TimelineKit API
    Preparing search index...

    Interface HistogramExcelExportOptions

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

    interface HistogramExcelExportOptions {
        allocationsSheetName?: string;
        includeFormatting?: boolean;
        includeResourcesSheet?: boolean;
    }
    Index

    Properties

    allocationsSheetName?: string

    Name of the allocations sheet. Default: 'Allocations'

    includeFormatting?: boolean

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

    includeResourcesSheet?: boolean

    Include a sheet with resources? Default: true