Import of file with long numbers (SSCC) is parsed wrong #3239
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#3239
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?
Importing of the attached excel file is parsed wrong. The numbers is changed. Attached screenshot of the excel file and how it is imported in the sheetjs in-browser demo.
Guessing it some rounding issues happening when the number is above a certain length.
Excel limits numbers to 15 digits. There is a correction applied for date codes but it appears we also need to apply it to general numbers
Not sure if this can/should be fixed anyway. Since Excel has a 15 digit limit, having 18 digit numbers will always cause issues of some sort.