sheet_to_json not generating keys for cells containing '#N/A' #1035
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#1035
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?
To begin with, Thank you so much for this library! It has been a lifesaver!
I've been able to do so much with it.
Been stuck with an issue.
I've a large excel sheet (~5500 rows with around 35 columns).
Some columns have a value of '#N/A' (formula referring to a missing value) and some have the text '#N/A' in them.
When I use sheet_to_json with the option {defval : null} but the keys are missing in the generated JSON.
Any idea why it might be?
Thanks Again!
Arijit
Currently, Error cells are explicitly suppressed, even if a default value is specified. That probably should be changed.