Closed pr4j3sh closed 1 month ago
I tried providing .xls file and the program throws error that the file provided is not a zip file. However, it works fine for .xlsx files.
.xls
.xlsx
the error occurs as openpyxl cannot handle .xls files.
adding a conversion method for .xls files to be converted into .xlsx files.
@prajeshElEvEn I'll take this one and get it fixed. Thanks for the heads up with the .xls extension.
Added conversion through using xlrd library to convert xls to xlsx
I tried providing
.xls
file and the program throws error that the file provided is not a zip file. However, it works fine for.xlsx
files.screenshots
deduction
the error occurs as openpyxl cannot handle
.xls
files.suggestion
adding a conversion method for
.xls
files to be converted into.xlsx
files.