[BUG] Cannot read properties of undefined (reading 'sheets')
🐛 Bug Report
For some files workbook.xlsx.load throws "TypeError: Cannot read properties of undefined (reading 'sheets')"
@alinakuchaicorp Thanks. I'll check it out later.
Found the problem, your xlsx format may be longer, inside is <x:workbook> this kind of tags, the current support code support is
@alinakuchaicorp
Or you can use a newer version of WPS or office to casually edit and save, or manually copy and re-create the file, and it should read first.
Thank you. Yes, I know that re-saving file in excel helps, but thought maybe it could be fixed inside lib)