CSV and XLSX import
CSV via Apple's TabularData — mixed quoting, escaping, and null detection handled correctly. XLSX via CoreXLSX (pure Swift, read-only). `.xls` is rejected with a helpful message asking you to resave as `.xlsx`; we don't pretend to handle file formats Microsoft itself has moved on from.
The spreadsheet Apple can read, flexStats can read.