exceljs / exceljs/exceljs

Invalid row number

Open
#2,335 4 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.