Files not edited when reading Excel files #2447
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#2447
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?
When reading the excel file, the file that has not been edited will be reported as vm5053:14 uncaught unrecognized tag: null|workbook, false|worksheet, false|table, false
Please share a sample file
If this file has not been edited, it will report an error. After editing, it will not report an error
There's a literal
<ss:Null/>
which does not appear in the XML2003 reference schemas. Since Excel accepts the file, we'll accept a patch. Add the following line tobits/75_xlml.js
line 474:npm install xlsx How do I modify these files
Do not fuck with that file. Period.