mirror of
				https://github.com/gristlabs/grist-core.git
				synced 2025-06-13 20:53:59 +00:00 
			
		
		
		
	
				Summary: Python isdigit() returns true for unicode characters such as "²", which fail when used as an argument to int(). Instead, be explicit about only considering characters 0-9 to be digits. Test Plan: Added a test case which produces an error without this change. Reviewers: alexmojaki Reviewed By: alexmojaki Differential Revision: https://phab.getgrist.com/D3027  | 
			||
|---|---|---|
| .. | ||
| nyc_schools_progress_report_ec_2013.xlsx | ||
| strange_dates.xlsx | ||
| test_excel_types.csv | ||
| test_excel_types.xlsx | ||
| test_excel.xlsx | ||
| test_import_csv.csv | ||
| test_isdigit.csv | ||
| test_long_cell.csv | ||
| test_single_merged_cell.xlsx | ||