You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I am using django-import-export and downloaded .xlsx file from Google Drive and I've got error about InvalidDimensions. I found this error before in issues #465
And recently it was fix for it #547
But maybe my problem is different.
I found where error is raising. Interesting that self._data contains three rows (third row is empty thats why it raises error because of is_valid in 248 row of code) but file contains only header and two rows with values.
The text was updated successfully, but these errors were encountered:
Hi! I am using
django-import-export
and downloaded.xlsx
file from Google Drive and I've got error aboutInvalidDimensions
. I found this error before in issues #465And recently it was fix for it #547
But maybe my problem is different.
tablib==3.5.0
Link to file on google drive
I found where error is raising. Interesting that
self._data
contains three rows (third row is empty thats why it raises error because ofis_valid
in 248 row of code) but file contains only header and two rows with values.The text was updated successfully, but these errors were encountered: