Luckyexcel icon indicating copy to clipboard operation
Luckyexcel copied to clipboard

Uncaught ex when trying to load xlsx

Open brodrigz opened this issue 3 years ago • 1 comments

For some reason this simple sheet fails to parse, the sheet is completely valid and opens normally

following log when trying to parse:

LuckyExcelTest:1 Uncaught (in promise) 1 e
Promise.then (async)
(anonymous) @ luckyexcel.umd.js:17309
forEach @ luckyexcel.umd.js:4302
(anonymous) @ luckyexcel.umd.js:17289
Promise.then (async)
HandleZip.unzipFile @ luckyexcel.umd.js:17285
LuckyExcel.transformExcelToLucky @ luckyexcel.umd.js:22860
(anonymous) 

this can be replicated on the luckyexcel demo page as well, i have attached the sheet ExampleSheet.xlsx

brodrigz avatar Feb 02 '22 13:02 brodrigz

image same question,but I try to resolve it by debug ,solution is like this: image some images can't be parsed, so ignore it,but I don't know why image

lurj7988 avatar Aug 23 '23 09:08 lurj7988