-
-
Notifications
You must be signed in to change notification settings - Fork 595
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
CSV parser fails when trying to import XLSX #108
Comments
I just tried master, and it's now the yaml parser failing with:
|
So basically, it seems the parsers aren't failing cleanly when encoding is the reason they fail... |
YAML parser also breaks when trying to import_set with a tsv.
|
Sadly, this and the pickling bug mean I've had to abandon my use of this library. |
This project is in a bit of a crisis state — it's really useful, and I use regularly. However, I wrote it several years ago and haven't touched it since. In order to get the project into a stable state I'm closing all issues and pull requests to get a "fresh slate" Don't take this as aggressive — it's just necessary for the project to make any progress any time soon (it's pretty clear the project is effectively unmaintained at the moment). Great things to come! Please watch the GitHub logs and feel free to re-open this discussion soon. I just need to really it into a good state first. ✨ ❤️ ✨ |
Reopening this issue because it is a real bug and should be fixed. Should the |
We have to ignore exceptions when we don't know the format. |
Autodetection was added for the odf format.
Autodetection was added for the odf format.
Autodetection was added for the odf format.
I cannot say I solve all issues, but tablib should be a little more robust now wrt autodetection. Feel free to open new tickets if you can reproduce crashes on master. |
Using 0.9.11 I get the following trying to import a XLSX file...
The text was updated successfully, but these errors were encountered: