dilshod / xlsx2csv

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

converted single worksheet doesn't have .csv prefix #192

Open mikerob-w4 opened 4 years ago

mikerob-w4 commented 4 years ago

It appears that when converting a single worksheet from an xlsx file (sheetid=1 for the first worksheet) the converted file doesn't have a csv prefix.

If converting all files (sheetid=0), all files have a csv prefix.