EPPlus
EPPlus copied to clipboard
Reading worksheets causes stuck problems
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;
Thanks for reporting this. I will provide a fix shortly.
Fixed in EPPlus 7.1.3