Skip to content

[BUG] This xlsx file that cannot be opened seems to be stuck #2296

@bleehome

Description

@bleehome

🐛 Bug Report

Can not open this file.

Lib version: 4.3.0

Steps To Reproduce

hang.xlsx

(async () => {
  const workbook = new ExcelJS.Workbook();
  const fund = await workbook.xlsx.readFile('/path/to/hang.xlsx');
  const sheet = fund.worksheets[0];
  console.log(sheet);
})()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions