justkawal / excel

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

Couldn't decode ".xls" file #344

Open Tr0y2ooo opened 3 months ago

Tr0y2ooo commented 3 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 1 month 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