mirror of
https://github.com/gristlabs/grist-core.git
synced 2025-06-13 20:53:59 +00:00
Summary:
- Previously showed "UnboundLocalError". Now will show:
Import failed: Failed to parse Excel file.
Error: No tables found (1 empty tables skipped)
- Also fix logging for import code
Test Plan: Added a test case
Reviewers: georgegevoian
Reviewed By: georgegevoian
Differential Revision: https://phab.getgrist.com/D3396
|
||
|---|---|---|
| .. | ||
| fixtures | ||
| __init__.py | ||
| import_csv.py | ||
| import_json.py | ||
| import_utils.py | ||
| import_xls.py | ||
| register.py | ||
| test_import_csv.py | ||
| test_import_json.py | ||
| test_import_xls.py | ||
| test_messytables.py | ||