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.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
jsf | Workbook | The workbook object containing sheets, tables, and other data to be converted. |
container | FileContainer | The file container object with a file method to handle output files. |
Returns
Section titled “Returns”The same FileContainer instance passed as input, with the files added.