exceljs / exceljs/exceljs

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

Open
#2,296 7 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

## 🐛 Bug Report
Can not open this file.

Lib version: 4.3.0

## Steps To Reproduce

[hang.xlsx](https://github.com/exceljs/exceljs/files/11903623/hang.xlsx)

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

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.