brtRevisionPtr breaks parsing #1041
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#1041
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?
Parsing an
xlsb
file withbrtRevisionPtr
breaks with error:According to https://msdn.microsoft.com/en-us/library/mt793316(v=office.12).aspx - this field should be ignored. When ignoring it (I monkey patched the final javascript file), it works and parses the file correctly.
I can not send the xlsb test file since it has sensitive information. I'm trying to create a blank test file that can be shared.
Part of why it errors on unrecognized records is to find files with these records! Even if you can't publicly share it, we'd love a small test file