Skip to content

ENH: Default Excel engine only compatible with XLS files -> replace by new one #38498

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

Closed
dalonsoa opened this issue Dec 15, 2020 · 1 comment
Closed
Labels
Duplicate Report Duplicate issue or pull request

Comments

@dalonsoa
Copy link

Is your feature request related to a problem?

With the release of xlrd 2.0.0 the last 11th of December, they drop support for any file format except the (very old) XLS. As this is the default Excel engine for Pandas, it is likely there will be a cascade of complains popping up very soon.

Describe the solution you'd like

Replace the default xlrd engine by another engine compatible with modern file formats, maybe openpyxl.

API breaking implications

Shouldn't have any... I think.

Describe alternatives you've considered

There is a bunch of other possible alternative engines: http://www.python-excel.org

Additional context

None

@dalonsoa dalonsoa added Enhancement Needs Triage Issue that has not been reviewed by a pandas team member labels Dec 15, 2020
@asishm
Copy link
Contributor

asishm commented Dec 15, 2020

duplicate of #38424

@simonjayhawkins simonjayhawkins added Duplicate Report Duplicate issue or pull request and removed Enhancement Needs Triage Issue that has not been reviewed by a pandas team member labels Dec 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Duplicate Report Duplicate issue or pull request
Projects
None yet
Development

No branches or pull requests

3 participants