UNPKG

@koalarx/ui

Version:

Koala UI is a Design System developed in Angular whose objective is to facilitate and make your development faster and simpler, making this framework your greatest ally.

12 lines (11 loc) 306 B
export interface KoalaXlsxConfigInterface { filename: string; sheetName: string; title?: string; titleFontColor?: string; titleBackgroundColor?: string; headerFontColor?: string; headerBackgroundColor?: string; password?: string; normalizeHeader?: boolean; }