ws['!cols'] is undefined or ws['!cols'] lack some col data when use default col width in excel #3182

Open
opened 2024-08-22 03:44:50 +00:00 by TroubleChenC · 1 comment

image

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 }
]

![image](/attachments/b57ba2d6-88b4-4618-ab83-adaf93c9d77e) 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 } ]
Owner

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.

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.
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#3182
No description provided.