Workbook
<Workbook> is the root of every Excelwind tree. It holds one or more worksheets.
<Workbook> <Worksheet name="Sheet1">...</Worksheet></Workbook>Notes
<Workbook>must be the root element.- Use
render()to produce an ExcelJS workbook.
<Workbook> is the root of every Excelwind tree. It holds one or more worksheets.
<Workbook> <Worksheet name="Sheet1">...</Worksheet></Workbook>Notes
<Workbook> must be the root element.render() to produce an ExcelJS workbook.