dilshod / xlsx2csv

Convert xslx to csv, it is fast, and works for huge xlsx files
MIT License
1.66k stars 302 forks source link

enhancement-skipemptycolumns #275

Open ccalas opened 8 months ago

ccalas commented 8 months ago

skip_trailing_columns: don't assume the first line to be the longest and use pop to speed the computation, as it's now done for each line of the sheet

ccalas commented 8 months ago

To add a bit more context, I use the xlsx2csv tool as a diff filter in y git repo to see changes done in xlsx files. The xlsx files I work on contain configuration for a product and the first line of the sheet hasn't always the same number of columns than the following ones.