Allow cell objects to be passed in when importing data from JSON #1169
No reviewers
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#1169
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "cell-object-import"
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?
This relates to https://github.com/SheetJS/js-xlsx/issues/1168 – it basically implements the fix that @SheetJSDev suggests, which I've confirmed works on my test case in the code listed there.
Essentially this allows us to pass a structured cell object into utilities like
json_to_sheet()
, eg:Note: I couldn't get the indentation to work properly for this PR – I tried in two different editors and despite telling both to use spaces, not tabs, the output of this PR is different from how the code looks in both IntelliJ and VS Code:
Is there a required editor config to make this work?
Switch to vim :D but it honestly doesn't matter, we will fix it later
Pull request closed