Luckyexcel icon indicating copy to clipboard operation
Luckyexcel copied to clipboard

导入xlsx有问题

Open dream-num opened this issue 3 years ago • 2 comments

10000-2016年广州市真空吸尘器产品质量监督抽查结果.xlsx #en This file is generated with python's openpyxl

Current solution: Open with Microsoft office excel, save it, and then use Luckyexcel to analyze successfully

Expected solution: Luckyexcel can directly parse this file

#zh 此文件用python 的 openpyxl 生成的

当前解决方案:用微软office excel打开,保存下,即可使用Luckyexcel解析成功

期待的解决方案:Luckyexcel能够直接解析此文件

Dushusir avatar Dec 18 '20 07:12 Dushusir

不能兼容的问题是应为xlsx文件中的子文件相对路径解析错误。 只需在LuckyFile.ts文件的getSheetNameList方法中增加3行代码即可兼容。 image

runningBolin avatar Dec 26 '20 08:12 runningBolin