Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request #261

Open
billsker opened this issue Jul 19, 2023 · 0 comments
Open

Feature Request #261

billsker opened this issue Jul 19, 2023 · 0 comments

Comments

@billsker
Copy link

It would be nice to be able to provide some sort of command line argument to override the usage of the sheet names present in the original xlsx file as names for the corresponding csv files ... for example, if the xlsx file being converted has these sheet names:
"Customers"
"Suppliers"
"Contacts"

I've encountered use cases where It would be nice to be able to force conversion to
sheet1.csv
sheet2.csv
sheet3.csv
instead of to the default sheetName copy behavior:
Customers.csv
Suppliers.csv
Contacts.csv

I think I see how I might do that within a python script using "sheetId" in the "convert" call, but it'd be nice to be able to do this from the command line as well ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant