exceljs / exceljs/exceljs

Columns width resets to 0

Open
#588 1 comment 2 reactions 0 assignees View on GitHub
bug
Dominant language
JavaScript
Stars
15.5k
Forks
2k
PR merge metrics
No merged PRs in 30d

Description

Reading existing xlsx file and immediately writing it back to the new file resets all columns width to zero.
` wb.xlsx.readFile('test1.xlsx')
.then(() => {
wb.xlsx.writeFile('test.xlsx')
})`
Why it happens?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.