gristlabs_grist-core/sandbox/grist/imports
Alex Hall df65219729 (core) Remove messytables completely, particularly for excel imports
Summary: Mirror of https://github.com/gristlabs/grist-core/pull/289

Test Plan: In addition to the PR, tweaked one Excel fixture file and tests involving that and one other fixture.

Reviewers: paulfitz

Reviewed By: paulfitz

Differential Revision: https://phab.getgrist.com/D3640
2022-09-28 17:15:42 +02:00
..
fixtures Add BooleanConverter to map proper boolean cells to a Bool column 2022-09-10 07:07:45 +02: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_test.py wip: remove dependency to messytables 2022-09-20 17:22:28 +02:00
import_csv.py Update sandbox/grist/imports/import_csv.py 2022-09-20 17:34:59 +02:00
import_json_test.py (core) Run and test imports only in Python 3, upgrade openpyxl, fix weird date handling 2022-09-02 16:27:34 +02:00
import_json.py (core) When importing JSON, create columns of type Numeric rather than Int 2022-03-30 09:54:35 -04:00
import_utils.py (core) Remove messytables completely, particularly for excel imports 2022-09-28 17:15:42 +02:00
import_xls_test.py Remove messytables dependency from xlsx import 2022-09-21 14:20:19 +02:00
import_xls.py Remove messytables dependency from xlsx import 2022-09-21 14:20:19 +02: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_imports.py (core) Run and test imports only in Python 3, upgrade openpyxl, fix weird date handling 2022-09-02 16:27:34 +02:00