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
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 (core) Switch excel import parsing from messytables+xlrd to openpyxl, and ignore empty rows 2022-05-12 14:43:21 +02:00
test_excel_numeric_gs.xlsx
test_excel_types.csv
test_excel_types.xlsx (core) Move file import plugins into core/sandbox/grist 2021-08-09 18:37:14 +02:00
test_excel.xlsx
test_falsy_cells.xlsx
test_headers_with_none_cell.xlsx
test_import_csv.csv
test_invalid_dimensions.xlsx
test_isdigit.csv
test_long_cell.csv
test_single_merged_cell.xlsx