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.

13 lines (12 loc) 561 B
import { KoalaXlsxConfigInterface } from "./koala.xlsx-config.interface"; import * as i0 from "@angular/core"; export declare class KoalaXlsxService { convertJsonToXlsx(json: any[], config: KoalaXlsxConfigInterface): Promise<void>; convertJsonToXlsxWithTabs(tabs: { titleName?: string; sheetName?: string; json: any[]; }[], config: KoalaXlsxConfigInterface): Promise<void>; static ɵfac: i0.ɵɵFactoryDeclaration<KoalaXlsxService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<KoalaXlsxService>; }