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
It makes me a bit nervous to use something so old with modern pythons.
When I searched for python xlsx, I got:
It's a confusing world out there, I'm not sure what the best alternative is.
The text was updated successfully, but these errors were encountered:
Upon reflection, pandas is likely the most supported, even though it's heavyweight for this.
Sorry, something went wrong.
Sorry to keep chattering about this, but I think like pandas uses openpyxl by default.
pandas
openpyxl
See https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_excel.html
engine{‘openpyxl’, ‘calamine’, ‘odf’, ‘pyxlsb’, ‘xlrd’}, default None
Also see https://openpyxl.readthedocs.io/en/stable/pandas.html.
No branches or pull requests
It makes me a bit nervous to use something so old with modern pythons.
When I searched for python xlsx, I got:
It's a confusing world out there, I'm not sure what the best alternative is.
The text was updated successfully, but these errors were encountered: