π₯ Data Import
Spreadsheets and CSVs become mesh data.
Point a data source at a file and the readers stream it into typed collections β no parsing code, no glue. Ships the CSV reader and both Excel formats (binary .xls and OpenXML .xlsx).
What ships
- Declared imports β a data source names its file and its type; the pipeline does the rest.
- Three readers β CSV, legacy Excel, OpenXML Excel, chosen by the file itself.
- A compile surface β in-mesh code can
using MeshWeaver.Importonce installed.