Import a data file (CSV)

@if (fileError) {
close error Something was wrong.
Make sure the formst is .csv
}

Or create a new table

@if (selectedColumn && selectedRow !== 0) { {{ selectedRow }} rows x {{ selectedColumn }} cols }
@for (cell of cells; track cell; let i = $index) { }