o.hasOwnProperty is not a function #1726
Labels
No Label
DBF
Dates
Defined Names
Features
Formula
HTML
Images
Infrastructure
Integration
International
ODS
Operations
Performance
PivotTables
Pro
Protection
Read Bug
SSF
SYLK
Style
Write Bug
good first issue
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/sheetjs#1726
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When trying to call
XLSX.utils.json_to_sheet()
I get the following error:o.hasOwnPropert is not a function
This most likely related to this issue.
That's hilarious and disturbing. The referenced PR changed
o.hasOwnProperty
toObject.prototype.hasOwnProperty.call(o, key)
-- we'll look into making the same changes throughout the code