Commit Graph

14 Commits (9dccaa530172d46d17733d0f6f4c461c1ea0e334)

Author SHA1 Message Date
Yohan Boniface 8bc5c7d595
Fix columns with falsy cells wrongly parsed as dates (#276)
2 years ago
Alex Hall 42afb17e36 (core) Run and test imports only in Python 3, upgrade openpyxl, fix weird date handling
2 years ago
George Gevoian 9b08666f96 (core) Handle importing xls files with invalid dimensions
2 years ago
Alex Hall af1564d410 (core) Convert row tuples to lists to fix excel import error
2 years ago
Alex Hall 6c90de4d62 (core) Switch excel import parsing from messytables+xlrd to openpyxl, and ignore empty rows
2 years ago
Dmitry S e59dcc142d (core) Show proper message on empty Excel import, rather than a code error
2 years ago
Dmitry S 8269c33d01 (core) When importing JSON, create columns of type Numeric rather than Int
2 years ago
Alex Hall 321019217d (core) Lossless imports
2 years ago
Edward Betts d6e0e1fee3 Correct spelling mistakes
2 years ago
Dmitry S 64d9faed5a (core) Fix import parsing from choking up on Python isdigit() surprises
3 years ago
Dmitry S 26356fe588 (core) Fix bug with "maximum recursion depth exceeded" in imports.
3 years ago
Alex Hall 4d526da58f (core) Move file import plugins into core/sandbox/grist
3 years ago
Alex Hall 16f297a250 (core) Simple Python 3 compatibility changes
3 years ago
Paul Fitzpatrick b82eec714a (core) move data engine code to core
4 years ago