Function: exportXlsformWorkbook()
function exportXlsformWorkbook(def, opts?): ExportWorkbookResult;
Defined in: export.ts:1108
Builds the workbook rows without touching a spreadsheet library. This is the
whole of the export logic; exportXlsform only serialises the result.
Parameters
| Parameter | Type |
|---|---|
def | FormDefinition |
opts | ExportXlsformOptions |