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
Dmitry S d5a4605d2a
(core) Improve encoding detection for csv imports, and make encoding an editable option.
9 months ago
..
fixtures (core) Improve encoding detection for csv imports, and make encoding an editable option. 9 months ago
__init__.py (core) Switch excel import parsing from messytables+xlrd to openpyxl, and ignore empty rows 2 years ago
import_csv.py (core) Improve encoding detection for csv imports, and make encoding an editable option. 9 months ago
import_csv_test.py (core) Improve encoding detection for csv imports, and make encoding an editable option. 9 months ago
import_json.py (core) When importing JSON, create columns of type Numeric rather than Int 2 years ago
import_json_test.py (core) Run and test imports only in Python 3, upgrade openpyxl, fix weird date handling 2 years ago
import_utils.py Be more accepting with None value in headers candidate (#331) 2 years ago
import_xls.py (core) Update logging in sandbox code, and log tracebacks as single log messages. 10 months ago
import_xls_test.py (core) Fix issue that ints would be imported with a trailing ".0" from Google Sheets. 1 year ago
register.py (core) Switch excel import parsing from messytables+xlrd to openpyxl, and ignore empty rows 2 years ago
test_imports.py (core) Run and test imports only in Python 3, upgrade openpyxl, fix weird date handling 2 years ago