abhi250372

Results 6 comments of abhi250372

I am using XLSX2CSV because it is faster in reading excel files as compared to read_excel() from openpyxl. But using XLSX2CSV only reads filtered rows of a sheet whereas read_excel...

Here is another example. The openpyxl function returns all rows regardless if the sheet is pre filtered or not but the XLSX2CSV only returns the pre filtered rows. Abhishek On...

Here is sample file [Car.xlsx](https://github.com/dilshod/xlsx2csv/files/10287754/Car.xlsx)

Looks like dilshod has fixed the issue. I downloaded the xlsx2csvc.py file in the repository and replaced the old file in my local machine with this new one. I added...

@dilshod When will the latest version be released so that I can do pip install?