dilshod / xlsx2csv

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

How to pass sheet name in function call #203

Open rupeshdeoria opened 4 years ago

rupeshdeoria commented 4 years ago

Xlsx2csv("Sourcefile.xlsx", outputencoding="utf-8",sheetname="Sheet1").convert("Target.csv") I convert only first sheet.

Xlsx2csv("Sourcefile.xlsx", outputencoding="utf-8").convert("Target.csv",sheetid=2) This is working.

Can please help how to pass sheet name to convert specific sheet

Nabakamal commented 3 years ago

This should be a feature request.