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
import_csv.py
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
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