SLK error export #3049

Closed
opened 2024-01-04 17:23:38 +00:00 by sheetjs · 0 comments
Owner
var ws = XLSX.utils.json_to_sheet([{x:null}], {nullError: true})
var wb = XLSX.utils.book_new(ws, "Sheet1")
XLSX.writeFile(wb, "nullError.slk")

Cell { t: "z", v: 0} } is serialized as a numeric cell but it should be an error cell

```js var ws = XLSX.utils.json_to_sheet([{x:null}], {nullError: true}) var wb = XLSX.utils.book_new(ws, "Sheet1") XLSX.writeFile(wb, "nullError.slk") ``` Cell `{ t: "z", v: 0} }` is serialized as a numeric cell but it should be an error cell
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sheetjs/sheetjs#3049
No description provided.