1
0
mirror of https://github.com/gristlabs/grist-core.git synced 2024-10-27 20:44:07 +00:00
gristlabs_grist-core/sandbox/grist/imports
George Gevoian 9b08666f96 (core) Handle importing xls files with invalid dimensions
Summary:
This addresses a rare bug where xls files with invalid dimensions
could not be imported into Grist due to how openpyxl handles
parsing them.

Test Plan: Server test.

Reviewers: alexmojaki

Reviewed By: alexmojaki

Differential Revision: https://phab.getgrist.com/D3485
2022-06-16 08:39:17 -07:00
..
fixtures (core) Handle importing xls files with invalid dimensions 2022-06-16 08:39:17 -07:00
__init__.py (core) Switch excel import parsing from messytables+xlrd to openpyxl, and ignore empty rows 2022-05-12 14:43:21 +02:00
import_csv.py (core) Switch excel import parsing from messytables+xlrd to openpyxl, and ignore empty rows 2022-05-12 14:43:21 +02:00
import_json.py
import_utils.py
import_xls.py (core) Handle importing xls files with invalid dimensions 2022-06-16 08:39:17 -07:00
register.py (core) Switch excel import parsing from messytables+xlrd to openpyxl, and ignore empty rows 2022-05-12 14:43:21 +02:00
test_import_csv.py
test_import_json.py
test_import_xls.py (core) Handle importing xls files with invalid dimensions 2022-06-16 08:39:17 -07:00
test_messytables.py