brtRevisionPtr breaks parsing #1041

Closed
opened 2018-03-19 15:23:14 +00:00 by berzniz · 1 comment
berzniz commented 2018-03-19 15:23:14 +00:00 (Migrated from github.com)

Parsing an xlsb file with brtRevisionPtr breaks with error:

Error: Unexpected record 3073 BrtRevisionPtr

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.

Parsing an `xlsb` file with `brtRevisionPtr` breaks with error: ``` Error: Unexpected record 3073 BrtRevisionPtr ``` 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.
SheetJSDev commented 2018-03-19 15:48:32 +00:00 (Migrated from github.com)

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

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
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sheetjs/sheetjs#1041
No description provided.