-
Notifications
You must be signed in to change notification settings - Fork 7
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
Fix xlsx file support #67
Conversation
The way we now check the file type might reject some files supported before. Do we need to support some type else than CSV, XLS and XLSX? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a test for xlsx
(use an example file)
We already have a test for Line 328 in 7cb2993
I do not understand why it worked in the past. Is it because of the size of the file? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better!
You can release and deploy after merge |
fix #64