The Workbook() class create a workbook instance, which contains multiple worksheets.
Readonly
Private
The addSheet() method appends the provided sheet to the book.
The applyStyle() method applies cell style to the book.
The getSheet() method returns the Worksheet from the provided page.
The save() method saves the current book as an XLSX file.
The saveAsCSV() method saves the current book as a CSV file.
The setGenerationPattern() method sets the generation pattern of the book.
The setStyle() method sets the style registry for the worksheet.
Cell's style registry.
Generated using TypeDoc
The Workbook() class
create a workbook instance, which contains multiple worksheets.