Sheetjs: XLSB Read error

Created on 19 Mar 2018  路  3Comments  路  Source: SheetJS/sheetjs

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

Most helpful comment

Yes, it is working now. Thanks!

All 3 comments

@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!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jamesbillinger picture jamesbillinger  路  4Comments

jamespan0 picture jamespan0  路  3Comments

sangpuion picture sangpuion  路  3Comments

mmancosu picture mmancosu  路  3Comments

sudhakar-sekar picture sudhakar-sekar  路  3Comments