Closed
Description
Just starting out with exceljs and lost about 30 minutes trying to figure out why I kept getting corrupt excel files. It turns out the issue was because of an ampersand character in the worksheet name. In excel, these are allowed so I guess I assumed they would work.
For example, the following generates a corrupt workbook: workbook.addWorksheet("hello & bye");
Metadata
Metadata
Assignees
Labels
No labels