You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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");
The text was updated successfully, but these errors were encountered:
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");
The text was updated successfully, but these errors were encountered: