Skip to main content

Function: exportXlsform()

function exportXlsform(def, opts?): Promise<ExportXlsformResult>;

Defined in: export.ts:1154

.xlsx bytes for the workbook above (docs/17 §12).

xlsx (SheetJS) is an optional peer: a host that only ever imports never installs it, so the import is dynamic and its absence is a clear error rather than a module-resolution crash at load.

Parameters

ParameterType
defFormDefinition
optsExportXlsformOptions

Returns

Promise<ExportXlsformResult>