Skip to content
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

InvalidDimensions for .xlsx file from Google Drive #561

Open
OttoAndrey opened this issue Sep 8, 2023 · 0 comments
Open

InvalidDimensions for .xlsx file from Google Drive #561

OttoAndrey opened this issue Sep 8, 2023 · 0 comments

Comments

@OttoAndrey
Copy link

OttoAndrey commented Sep 8, 2023

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.

tablib==3.5.0
Link to file on google drive

image

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.

image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant