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

Add support to include an excel file (.xls or .xlsx) directly #37

Closed
wants to merge 4 commits into from

Conversation

gepcel
Copy link
Contributor

@gepcel gepcel commented Oct 10, 2018

I like the feature of include a .csv file. But for people heavily depends on excel files, it would be nice to be able to include an MS Excel file. Here's this.

To simplify reading, I used pandas. I think it's not a good idea to make pandas as a must requirement. So for people who don't work with excel, the filter works just as before, though the test may not pass without pandas installed (maybe skip excel test if pandas not exist?).

@gepcel
Copy link
Contributor Author

gepcel commented Oct 10, 2018

Don't know the reason of failure, help needed.

@gepcel gepcel mentioned this pull request Jan 26, 2019
4 tasks
@ickc
Copy link
Owner

ickc commented Nov 8, 2020

Sorry, I should've review this much earlier.

Eventually I'll add support to this, but the current priority would be #51 which requires major rewriting.

Also I'd classify pandas as an optional dependency. I uses it almost every day but it is not something I want to impose on the others.

Lastly, I'd not commit binaries to this repo and I know how to include a test there without doing so.

@ickc ickc closed this Nov 8, 2020
@ickc ickc mentioned this pull request Nov 8, 2020
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

Successfully merging this pull request may close these issues.

None yet

2 participants