-
Notifications
You must be signed in to change notification settings - Fork 13
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
Processing xls file leads to all RAM consumption #42
Comments
The file causing the problem (open data file, tested free of viruses) Donnees_transport_ferroviaire_voyageurs.xlsx When opening it, LibreOffice says the maximum column count has been reached, but still opens it fine.
|
@abulte I can't reproduce with the following: import agate
import agateexcel
result = agate.Table.from_xlsx('Donnees_transport_ferroviaire_voyageurs.xlsx') @quaxsze In your example, you use |
By the way, I notice the issue description uses |
@abulte Aha, yes, it seems you are using This will not work. XLS is a binary format, whereas XLSX is a ZIP file containing XML documents. |
🙈 Thanks! |
Processing a xls file will trigger crazy RAM consumption, until oomkiller is called.
File size is around 30 Mb.
Did you already encounter such an scenario with this function?
The text was updated successfully, but these errors were encountered: