Unsupported ptgList when reading XLSB file #3059
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
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/sheetjs#3059
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?
Hi!
So, I've stumbled on a problem and can't seem to find anything (anywhere except SheetJS code) related to it.
I am trying to create a small proof of concept of how an XSLB file would be process on the front-end side.
Almost all the files that I've tested it against did work! But I've stumbled upon an xlsb file which cannot be read. The message is just "unsupported ptgList", and nothing else.
I've cleansed the whole file. and there is just one empty sheet left inside, and it does not matter, it cannot be processed.
From looking at the SheetJS code, there is a switch case clause during parsing which throws an exception if this "ptgList" is found. But I am not sure if this can be circumvented in any way? I've tried different reading options, but no luck. Raw, bookSheets, bookProps, and with no success... As I said, it happens even when the file has been cleansed.
I hope there is something I can do...
Best regards!
Can you share a sample file?
If you can't, feel free to join our chat and we can go over how to diagnose the error and figure out the correct workaround.