gristlabs_grist-core/sandbox/grist/imports/fixtures
Dmitry S 17569561bf (core) Fix issue that ints would be imported with a trailing ".0" from Google Sheets.
Summary:
Whole numbers, when imported from Excel into a Text column show up
without decimals (e.g. "300"), but when imported from Google Sheets show
up with decimals (e.g. "300.0"). The decimals are hard for end-users to
remove. Fix by treating whole numbers consistently as ints.

Test Plan: Added a fixture reproducing the issue, and a test case.

Reviewers: georgegevoian

Reviewed By: georgegevoian

Differential Revision: https://phab.getgrist.com/D3800
2023-02-26 15:24:15 -05: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_boolean.xlsx Add BooleanConverter to map proper boolean cells to a Bool column 2022-09-10 07:07:45 +02:00
test_empty_rows.xlsx
test_excel_numeric_gs.xlsx (core) Fix issue that ints would be imported with a trailing ".0" from Google Sheets. 2023-02-26 15:24:15 -05:00
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_headers_with_none_cell.xlsx Be more accepting with None value in headers candidate (#331) 2022-10-31 15:57:26 -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