Trevixal API
    Preparing search index...

    Interface TextToTableOptions

    interface TextToTableOptions {
        headerRow?: boolean;
        separator?: TextSeparator;
    }
    Index
    headerRow?: boolean

    Make the first row a header row. Defaults to true.

    separator?: TextSeparator

    How lines split into cells; 'auto' picks the delimiter every line shares.