export interface KoalaXlsxConfigInterface {
    filename: string;
    sheetName: string;
    title?: string;
    titleFontColor?: string;
    titleBackgroundColor?: string;
    headerFontColor?: string;
    headerBackgroundColor?: string;
    password?: string;
    normalizeHeader?: boolean;
}
