Unexpected record 0x3b error when reading buffer #3286

Open
opened 2025-02-26 21:06:31 +00:00 by travisskyles · 1 comment

Trying to read an .xlsb file as a buffer and running into a an error that states Unexpected record 0x3b.

Having no problems with other similarly formatted files. Hoping that you all might have a better idea as to the underlying issue here as I've been unable to dig up any answers.

Thanks

Trying to read an .xlsb file as a buffer and running into a an error that states `Unexpected record 0x3b`. Having no problems with other similarly formatted files. Hoping that you all might have a better idea as to the underlying issue here as I've been unable to dig up any answers. Thanks

0x3B is part of Excel's binary format it could be related to BrtIndexedColor record in BIFF12 spec, if so it could be part of the color palette definition. If possible, can you please share the file you were trying to read and the options you were using while reading it?

`0x3B` is part of Excel's binary format it could be related to `BrtIndexedColor` record in `BIFF12` spec, if so it could be part of the color palette definition. If possible, can you please share the file you were trying to read and the options you were using while reading it?
Sign in to join this conversation.
No Milestone
No Assignees
2 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#3286
No description provided.