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
How to order sheets alphabetically using pyexcel? Is this the best way to do so? #125
Comments
I think I could supply an additional method on Book to sort the sheet names. After that, you could book.save_as(dest_file_path). |
Thanks. I presume my code is valid then. Will leave this ticket opened since you labelled it as enhancement. |
it is in master branch for now. |
|
oh thank you! will try this out and let you know |
Hi there,
I am writing a guide to document some of the more common commands I use with pyexcel.
For ordering sheets alphabetically I wrote this using some clues from documentation:
Is this the best way of doing so?
The text was updated successfully, but these errors were encountered: