ws['!cols'] is undefined or ws['!cols'] lack some col data when use default col width in excel #3182
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#3182
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?
the ws['!cols'] below lack 3 col style data which has the default width
[
<3 empty items>,
{ width: 21.125, customwidth: '1', wpx: 169, wch: 20.5, MDW: 8 }
]
The file itself does not specify column metadata for the highlighted columns.
We will consider adding the default row height / column width somewhere in the worksheet metadata.