Cannot read properties of undefined (reading '65535') #2899
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#2899
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?
At first, sorry about my english ┑( ̄Д  ̄)┍
when I read a xlsx file by
throw this
the final line in there, but I cannot understand what happend.
and I found, after resave this xlsx file by office excel, this error just disappear
but it not friendly to my client.
maybe I can get some help in there.
thanks.
I uploaded this file for debugging
Thanks for sharing!
This is confusing:
This says that the expected number format ID for the cell style is 65535.
Excel is silently correcting this.
Do you know how this file was created? It looks like an artifact of Apache POI:
I consulted my colleague, this file is made by my colleague's java program.
maybe we should upgrade this java program to fix this problem.
Thank you for help.