TimelineKit API
    Preparing search index...

    Interface GanttExcelExportOptions

    Options for Excel (XLSX) export of task, link, and resource data.

    interface GanttExcelExportOptions {
        columns?: string[];
        includeFormatting?: boolean;
        includeLinksSheet?: boolean;
        includeResourcesSheet?: boolean;
        sheetName?: string;
    }
    Index

    Properties

    columns?: string[]

    Which columns to export (by code). Default: all visible columns

    includeFormatting?: boolean

    Apply cell formatting (bold summary rows, column widths)? Default: true

    includeLinksSheet?: boolean

    Include a sheet with dependency links? Default: true

    includeResourcesSheet?: boolean

    Include a sheet with resources? Default: true

    sheetName?: string

    Name of the tasks sheet. Default: 'Tasks'