Frends.GoogleSheets.CreateSheet / 1.1.0
Summary
Adds a tab to an existing spreadsheet, optionally hidden, and returns the identifier the write Tasks address it by.
Typical use — giving each run its own tab in a shared workbook rather than overwriting the last one
Essential parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| SpreadsheetId | String |
– | abcdef12345...98765ABC |
The ID of the spreadsheet. |
| NewSheetName | String |
NewSheet |
NewSheet |
The name of the new sheet to be created. |
| Hidden | Boolean |
False |
false |
Whether the new sheet should be hidden. |