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 out xlrd #113

Open
joverlee521 opened this issue Feb 15, 2022 · 1 comment
Open

Switch out xlrd #113

joverlee521 opened this issue Feb 15, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@joverlee521
Copy link
Contributor

Currently we have xlrd pinned to >=1.0.0, ==1.* because starting with version 2.0.0 they have removed support for anything other than .xls files.

However, this means any fauna scripts using xlrd will not work with Python 3.8 or newer. We should switch to another python package to work with Excel files.

@joverlee521 joverlee521 added the enhancement New feature or request label Feb 15, 2022
@j23414
Copy link
Contributor

j23414 commented Feb 15, 2022

Based on this link, maybe we can use?

import excelrd as xlrd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Status: Backlog
Development

No branches or pull requests

2 participants