TimelineKit API
    Preparing search index...

    Interface SchedulerExcelExportOptions

    Options for Excel (.xlsx) export of scheduler data.

    interface SchedulerExcelExportOptions {
        eventsSheetName?: string;
        includeFormatting?: boolean;
        includeResourcesSheet?: boolean;
    }
    Index

    Properties

    eventsSheetName?: string

    Name of the events sheet. Default: locale-dependent ('Events')

    includeFormatting?: boolean

    Apply cell formatting (bold headers, column widths, frozen header row)? Default: true

    includeResourcesSheet?: boolean

    Include a sheet with resources? Default: true