saveWorkbook
Save the active workbook to an .xlsx file. Provide a new path, or set overwrite: true to write over an existing file (including the source).
| Parameter | Type | Description | |
|---|---|---|---|
path | string | optional | Output path. Defaults to the source path. |
overwrite | boolean | optional | Overwrite an existing file. Default false. |