justkawal / excel

Excel Library for Flutter and Dart - https://pub.dev/packages/excel
MIT License
427 stars 238 forks source link

Couldn't decode ".xls" file #344

Open Tr0y2ooo opened 7 months ago

Tr0y2ooo commented 7 months ago

I have looked through many articles and examples, and I understand that Flutter excel currently cannot directly read .xls files. I'm wondering if there are any methods or techniques available to read and open .xls files? (I prefer not to connect to the internet) Currently, I am considering using an external script (such as Python or JavaScript) to convert the file first and then read the converted CSV file into Flutter. but that's quite complicate and inefficient.Therefore I came here ask for some help

ajaykumar666 commented 5 months ago

facing the same error when running on the Windows app. any solution? I have checked different versions of the Excel package, and nothing works

downtail commented 2 months ago

well,facing the same question.and then just made one flutter plugin that uses poi dependence in android and uses corexlsx in ios.unfortunately,there is no proper library could parse xls file in ios but libxls(a c library),i don't know how to compile it and make it to be a static library which can be used in ios project.