Graphora API
    Preparing search index...

    Interface CsvTable

    interface CsvTable {
        columns: readonly string[];
        headerLine: number;
        rows: readonly CsvRow[];
    }
    Index
    columns: readonly string[]
    headerLine: number
    rows: readonly CsvRow[]