Invalid row number
Open
- Dominant language
- JavaScript
- Stars
- 15.5k
- Forks
- 2k
- PR merge metrics
- No merged PRs in 30d
Description
Help me with this error
Invalid row number when I am trying to load a file that is downloaded.
const workbook = new ExcelJS.Workbook();
const buffer = await file.arrayBuffer();
await workbook.xlsx.load(buffer);
if I once open the file in Excel software save it and then open the file using ExcelJS it is working fine
How to fix this bug.
Thanks in advance
_Originally posted by @PADIGAVISHNU in https://github.com/exceljs/exceljs/issues/1471#issuecomment-1680512414_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.