Member Junction
    Preparing search index...

    Export styling options (Excel only) - simplified version for single-sheet exports

    interface ExportStyleOptions {
        alternateRowColor?: string;
        alternateRowStyle?: CellStyle;
        alternatingRowColors?: boolean;
        autoFilter?: boolean;
        boldHeaders?: boolean;
        dataStyle?: CellStyle;
        freezeHeader?: boolean;
        headerBackgroundColor?: string;
        headerStyle?: CellStyle;
        headerTextColor?: string;
    }
    Index

    Properties

    alternateRowColor?: string

    Alternate row background color (hex without #)

    alternateRowStyle?: CellStyle

    Full alternate row style (overrides alternateRowColor)

    alternatingRowColors?: boolean

    Apply alternating row colors

    autoFilter?: boolean

    Apply auto-filter to headers

    boldHeaders?: boolean

    Apply bold headers

    dataStyle?: CellStyle

    Full data style (applied to all data cells)

    freezeHeader?: boolean

    Freeze header row

    headerBackgroundColor?: string

    Header background color (hex without #)

    headerStyle?: CellStyle

    Full header style (overrides individual header options)

    headerTextColor?: string

    Header text color (hex without #)