Skip to content
1 min read · 80 words

Interface: SheetjsEngineOptions

Defined in: src/batteries/media/engines/sheetjs.ts:48

Options for sheetjsEngine.

Properties

PropertyTypeDescriptionDefined in
xlsx?() => __module | Promise<__module>Override the module resolution (tests / custom builds). Default: import('xlsx').src/batteries/media/engines/sheetjs.ts:50
zahl?() => unknownOverride the ZAHL payload resolution for NUMBERS output (tests / custom builds). Default: import('xlsx/dist/xlsx.zahl.mjs').src/batteries/media/engines/sheetjs.ts:55