gristlabs_grist-core/sandbox/grist/imports/fixtures
Yohan Boniface 8bc5c7d595
Fix columns with falsy cells wrongly parsed as dates (#276)
Eg. before this commit, this table would result in Date columns:

| A     | B |
| ----- | -- |
| FALSE | 0 |

For now, even FALSE is parsed as Numeric (not sure why we don't have
a BooleanConverter).
2022-09-09 15:13:34 -04:00
..
nyc_schools_progress_report_ec_2013.xlsx
strange_dates.xlsx (core) Run and test imports only in Python 3, upgrade openpyxl, fix weird date handling 2022-09-02 16:27:34 +02:00
test_empty_rows.xlsx
test_excel_types.csv
test_excel_types.xlsx
test_excel.xlsx
test_falsy_cells.xlsx Fix columns with falsy cells wrongly parsed as dates (#276) 2022-09-09 15:13:34 -04:00
test_import_csv.csv
test_invalid_dimensions.xlsx (core) Handle importing xls files with invalid dimensions 2022-06-16 08:39:17 -07:00
test_isdigit.csv
test_long_cell.csv
test_single_merged_cell.xlsx