XLSB Read error #1044
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#1044
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?
I'm trying to read a simple xlsb (Excel binary) file.
When I try to upload the file, I get the following error: Error: Unexpected record 3072.
I have attached the xlsb file and the SheetJs demo can be used to simulate the issue (http://oss.sheetjs.com/).
Book1.zip
@gustavosimil Thank you very much ! Coincidentally we found this issue earlier today and are preparing for the next release.
The
0x0c00
record type is not specified in MS-XLSB but the best guess is that it represents the underspecified"BrtUid"
record. We already reported the spec error to Microsoft: https://social.msdn.microsoft.com/Forums/en-US/880eb3f3-395a-4097-ad01-8e0878d0b436/xlsb-brtuid-record-type-not-defined?forum=os_binaryfile .We will release 0.12.6 soon with the fix.
After pushing out the update, this appears to work. Thanks a lot!
Yes, it is working now. Thanks!