UNPKG

ang-json2excel-btn

Version:

Angular library component to export JSON data to Excel file

8 lines (7 loc) 320 B
import * as i0 from "@angular/core"; export declare class AngJson2excelBtnService { constructor(); exportToExcel(element: any, fileName: string): void; static ɵfac: i0.ɵɵFactoryDeclaration<AngJson2excelBtnService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<AngJson2excelBtnService>; }