Trilium Frontend API
    Preparing search index...

    Interface DownloadXLXS

    interface DownloadXLXS {
        compress?: boolean;
        documentProcessing?: (input: any) => any;
        sheetName?: string;
        test?: {};
        writeOptions?: Record<string, unknown>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    compress?: boolean
    documentProcessing?: (input: any) => any
    sheetName?: string

    The sheet name must be a valid Excel sheet name, and cannot include any of the following characters , /, *, [, ], :,

    test?: {}
    writeOptions?: Record<string, unknown>