Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reading worksheets causes stuck problems #1440

Open
robincodex opened this issue May 9, 2024 · 1 comment
Open

Reading worksheets causes stuck problems #1440

robincodex opened this issue May 9, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@robincodex
Copy link

EPPlus usage

Personal use

Environment

Windows

Epplus version

7.1.2

Spreadsheet application

Microsoft365 Excel

Description

This test.xlsx is my export from Tencent Cloud Document, when I read the worksheets appeared to be stuck, I determined through debug appeared in the book.Workbook.Worksheets, I'm not sure whether it is a file format problem or EPPlus parsing problem, I use other xlsx parsing tools, such as MiniExcel and excelize all parse fine.

var book = new ExcelPackage();
await book.LoadAsync(FilePath);
var sheets = book.Workbook.Worksheets;
@robincodex robincodex added the bug Something isn't working label May 9, 2024
@JanKallman JanKallman self-assigned this May 10, 2024
@JanKallman
Copy link
Contributor

Thanks for reporting this. I will provide a fix shortly.

JanKallman added a commit that referenced this issue May 10, 2024
swmal pushed a commit that referenced this issue May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants