TimelineKit API
    Preparing search index...

    Interface CalendarExcelExportOptions

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

    interface CalendarExcelExportOptions {
        calendarIds?: string[];
        eventsSheetName?: string;
        includeCalendarsSheet?: boolean;
        includeFormatting?: boolean;
    }
    Index

    Properties

    calendarIds?: string[]

    Export only items from these calendar IDs. Default: all

    eventsSheetName?: string

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

    includeCalendarsSheet?: boolean

    Include a sheet with calendars? Default: true

    includeFormatting?: boolean

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