Skip to content

toXlsx

function toXlsx(jsf: Workbook, container: FileContainer): FileContainer;

Converts a JSF Workbook object into an XLSX file format and writes the resulting XML files to the provided FileContainer.

ParameterTypeDescription
jsfWorkbookThe workbook object containing sheets, tables, and other data to be converted.
containerFileContainerThe file container object with a file method to handle output files.

FileContainer

The same FileContainer instance passed as input, with the files added.