UNPKG

ngx-t-reports

Version:

Angular module for creating dynamic reports and dashboards. Supports various data sources, custom templates, and real-time updates.

9 lines (8 loc) 337 B
export declare class TableUtil { static exportTableToExcel(tableId: string, name: string): void; static exportArrayToExcel(arr: any[], name: string): void; static onFileChange(event: any): Promise<any[]>; private static processSimpleObject; private static findArrayProperties; private static sanitizeSheetName; }