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

Switch from xlrd to openpyxl for xlsx support #122

Open
davea opened this issue Mar 9, 2021 · 1 comment
Open

Switch from xlrd to openpyxl for xlsx support #122

davea opened this issue Mar 9, 2021 · 1 comment

Comments

@davea
Copy link
Member

davea commented Mar 9, 2021

Recent releases of xlrd no longer support xlsx files, and recommend openpxyl instead. Would be good to migrate sooner rather than later in case we need to updatexlrd for e.g. security reasons.

@dracos
Copy link
Member

dracos commented Mar 9, 2021

Just to note we're not using it directly, it's pulled in via pyexcel (and it itself pinned xlrd to <2 in pyexcel/pyexcel-xls@ced153d but I didn't want to upgrade all of that).

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