"Unsupported threads" error #466
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
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/sheetjs#466
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?
A customer-submitted xlsx file caused this error today thrown at xlsx/xlsx.js:9385, where
MTRSettings
is handled.As far as I can tell from the format spec, this field is MTRSETTINGS: Multi-threaded Calculation Settings, and seems to only apply when calculating formulas, and shouldn't affect parsing.
Why is this an error? Does the library actually evaluate formulas (in addition to extracting them from cells)? Could the user provide an option to suppress evaluation, if not needed?