Columns width resets to 0
Open
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.