UNPKG

sakti-parser-fa

Version:

Simple TypeScript library for parsing Indonesian government budget Excel files (Sakti FA)

8 lines 346 B
/** * Universal SAKTI Excel Parser * Handles Excel files directly without requiring ExcelJS knowledge */ export { SaktiParser } from './parser.js'; export { SaktiFormatter } from './formatter.js'; export type { UniversalInput, Metadata, ParsedData, ParseResult, FormatOptions, CellValue } from './types.js'; //# sourceMappingURL=index.d.ts.map