Django-import-export: Change limit of file dimensions

Created on 4 Oct 2016  路  2Comments  路  Source: django-import-export/django-import-export

Hey!

Is there a way to change file limit?

I'm trying to import a .csv that is returning me "invalid dimensions", but if I import a smaller version of this .csv(less rows) django-import-export works

enhancement question

Most helpful comment

It would be great if the app mentioned in the error, the source of the problem.

All 2 comments

invalid dimensions is not related with file limit, but exception that tablib raises when headers and data does not fit:

http://docs.python-tablib.org/en/latest/api/#tablib.InvalidDimensions

It would be great if the app mentioned in the error, the source of the problem.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lmeroc picture lmeroc  路  3Comments

PetrDlouhy picture PetrDlouhy  路  3Comments

daysleeper1980 picture daysleeper1980  路  6Comments

DanSantoDomingo picture DanSantoDomingo  路  4Comments

gone picture gone  路  5Comments