ebranlard / pyDatView

A crossplatform GUI to plot tabulated data from files (e.g. CSV, Excel, OpenFAST, HAWC2, Flex...), or python pandas dataframes
MIT License
108 stars 41 forks source link

Error with excel file #112

Closed SimonHH closed 2 years ago

SimonHH commented 2 years ago

When I try to open a excel file with the compiled version of pydatview an error is given (downloaded as precompiled v0.2-194 and also self compiled).

Example to reproduce: https://github.com/ebranlard/weio/blob/master/weio/tests/example_files/ExcelFile_OneSheet.xlsx

Adding xlrd==2.0.1 to the installer.cfg solved the first error only to give the next one inside of xlrd.

ebranlard commented 2 years ago

This is now solved with #115 (v0.3-dev-7), using python 3.9 and openpyxl et-xml and pandas.