Interface: ExportXlsformOptions
Defined in: export.ts:63
Properties
format?
optional format?: "xlsx" | "csv-zip";
Defined in: export.ts:73
'xlsx' (default) needs the optional xlsx peer; 'csv-zip' is the same
sheets as CSV files in one store-only archive and needs no dependency at
all. Both return a single Uint8Array.
locales?
optional locales?: "header" | "code";
Defined in: export.ts:67
'header' (default) reuses the author's label::Arabic (ar) headers.
target?
optional target?: "generic" | "kobo" | "central";
Defined in: export.ts:65
'kobo' refolds Kobo constructs; 'central'/'generic' stay standard.