Data Scrambled #2906
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
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/sheetjs#2906
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?
Please kindly check the output (the image) after importing the excel. Thank you!
notes: i use version:"1.15.0"
The latest version is 0.19.2, so you may be using a different library.
But as for the question, the order should be correct. To verify, go to https://oss.sheetjs.com/ and drop your test file. That library reads the file with
XLSX.read
and extracts the data usingXLSX.utils.sheet_to_json(worksheet, { header: 1 })
If you can share a code snippet, we can try to reproduce and reopen the issue.
how about this var cptable={version:"1.15.0"}
This is the script
woah...
it should be like this
thanks!