Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

brtRevisionPtr breaks parsing #1041

Closed
berzniz opened this issue Mar 19, 2018 · 1 comment
Closed

brtRevisionPtr breaks parsing #1041

berzniz opened this issue Mar 19, 2018 · 1 comment

Comments

@berzniz
Copy link
Contributor

berzniz commented Mar 19, 2018

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
Copy link
Contributor

SheetJSDev commented Mar 19, 2018

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

SheetJSDev pushed a commit that referenced this issue Mar 19, 2018
RimaCiklum pushed a commit to Folcon/js-xlsx that referenced this issue Aug 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants