@rodewitsch/carbone
Version:
Fast, Simple and Powerful report generator. Injects JSON and produces PDF, DOCX, XLSX, ODT, PPTX, ODS, ...!
11 lines • 829 B
TypeScript
export function execute(template: any, options: any, callback: Function): any;
export function preParseXML(xml: any, options: any): any;
export function removeSoftPageBreak(template: any): any;
export function convertSharedStringToInlineString(template: any, parentFilter: string): any;
export function removeCalcChain(template: <type>() => any, parentFilter: <type>() => any): <type>() => any;
export function removeOneFile(template: any, indexOfFileToRemove: Integer, parentFilter: string): any;
export function readSharedString(sharedStringXml: string): any[];
export function convertToInlineString(xml: string, sharedStrings: any[]): string;
export function removeRowCounterInWorksheet(xml: string): string;
export function convertNumberMarkersIntoNumericFormat(template: any): any;
//# sourceMappingURL=preprocessor.d.ts.map