createWorkbook
Create a blank single-sheet workbook in memory and make it the active workbook. Nothing is written to disk until saveWorkbook.
| Parameter | Type | Description | |
|---|---|---|---|
path | string | required | Path for the new .xlsx file. saveWorkbook writes it here by default. |