Update xlsx.js #584
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#584
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
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?
write file whit bookSST true, it goes wrong,this can fix it.
Changes Unknown when pulling
a8ecd1e6d5
on LieJiang:master into ** on SheetJS:master**.@LieJiang If the value is undefined it is most likely a stub cell. The cell shouldn't be written in the first place.
Check your email
If the conversion type is not enforced, it does not work with 'do not have the match function'
@LieJiang I understand :) What I am saying is that the error is coming because of a bad cell. For example:
In the first case, the cell is a string cell with a numeric value. In this case, String will do the right thing, writing the text "3" to the cell.
In the second case, the cell is a string
cell with a null value. If you use the
String
conversion, the output file will have the textnull
in those cells. That is incorrect. If the text is null it should not write the data in the first place.This will require a few more changes to other parts of the code. Keep the PR open
We can add a filter before writing a file.
Pull request closed