mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
17569561bf
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 |
||
---|---|---|
.. | ||
nyc_schools_progress_report_ec_2013.xlsx | ||
strange_dates.xlsx | ||
test_boolean.xlsx | ||
test_empty_rows.xlsx | ||
test_excel_numeric_gs.xlsx | ||
test_excel_types.csv | ||
test_excel_types.xlsx | ||
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 |