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

Support pathlib.Path as arguments to Xlsx2csv and Xlsx2csv.convert #251

Open
elibroftw opened this issue Feb 19, 2023 · 1 comment
Open

Comments

@elibroftw
Copy link

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))
@DeflateAwning
Copy link

This is trivial to implement, and is a standard in modern Python code. Shocking this is lagging.

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

2 participants