"Unsupported value type undefined" in ODS when a cell contains a formula that has a blank string result #148
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#148
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?
I found this issue with a production ODS file, so I narrowed it down to the simplest mechanism that will reproduce the problem. It doesn't look like I can attach the file here, though, so I'll explain what I did.
I created a blank ODS file in LibreOffice, set the first cell of the first sheet to
=""
. Saved the file. Then I open it up (using node 0.10.33) with a call to xlsx.readFile, and I got the following stack trace: