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 |
||
---|---|---|
.. | ||
fixtures | ||
__init__.py | ||
import_csv_test.py | ||
import_csv.py | ||
import_json_test.py | ||
import_json.py | ||
import_utils.py | ||
import_xls_test.py | ||
import_xls.py | ||
register.py | ||
test_imports.py |