Workbook calculation Properties
Readonly
csvcsv file format operations
Readonly
definedReadonly
nextThe Workbook views controls how many separate windows Excel will open when viewing the workbook.
return a clone of worksheets in order
Readonly
xlsxxlsx file format operations
Add Image to Workbook and return the id
Add a new worksheet and return a reference to it
Optional
name: stringOptional
options: Partial<AddWorksheetOptions>Iterate over all sheets.
Note: workbook.worksheets.forEach
will still work but this is better.
fetch sheet by name or id
Optional
indexOrName: string | numberStatic
createStatic
init
La classe ExcelDocument étend la classe Workbook de la bibliothèque ExcelJS dans TypeScript.