We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Python's open function supports pathlib.Path so I think this library should also support it instead of me having to do
Xlsx2csv(str(xlsx_file), outputencoding='utf-8').convert(str(csv_file))
The text was updated successfully, but these errors were encountered:
This is trivial to implement, and is a standard in modern Python code. Shocking this is lagging.
Sorry, something went wrong.
#251 Support pathlib.Path as arguments to Xlsx2csv and Xlsx2csv.convert
007178d
No branches or pull requests
Python's open function supports pathlib.Path so I think this library should also support it instead of me having to do
The text was updated successfully, but these errors were encountered: