@watzon/baserow
    Preparing search index...

    Interface ExcelExporterOptions

    interface ExcelExporterOptions {
        excelIncludeHeader?: boolean;
        exportCharset?: ExportCharset;
        exporterType: "excel";
        fields?: null | number[];
        filters?: null | PublicViewFilters;
        orderBy?: null | string;
        viewId?: null | number;
    }

    Hierarchy

    • BaseExportOptions
      • ExcelExporterOptions
    Index

    Properties

    excelIncludeHeader?: boolean
    exportCharset?: ExportCharset
    exporterType: "excel"
    fields?: null | number[]
    filters?: null | PublicViewFilters
    orderBy?: null | string
    viewId?: null | number