You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gristlabs_grist-core/sandbox/grist/imports
Alex Hall af1564d410
(core) Convert row tuples to lists to fix excel import error
2 years ago
..
fixtures (core) Switch excel import parsing from messytables+xlrd to openpyxl, and ignore empty rows 2 years ago
__init__.py (core) Switch excel import parsing from messytables+xlrd to openpyxl, and ignore empty rows 2 years ago
import_csv.py (core) Switch excel import parsing from messytables+xlrd to openpyxl, and ignore empty rows 2 years ago
import_json.py (core) When importing JSON, create columns of type Numeric rather than Int 3 years ago
import_utils.py (core) Move file import plugins into core/sandbox/grist 3 years ago
import_xls.py (core) Convert row tuples to lists to fix excel import error 2 years ago
register.py (core) Switch excel import parsing from messytables+xlrd to openpyxl, and ignore empty rows 2 years ago
test_import_csv.py (core) Lossless imports 3 years ago
test_import_json.py (core) When importing JSON, create columns of type Numeric rather than Int 3 years ago
test_import_xls.py (core) Switch excel import parsing from messytables+xlrd to openpyxl, and ignore empty rows 2 years ago
test_messytables.py (core) Simple Python 3 compatibility changes 3 years ago