sheets_duplicate_sheet
Duplicate an existing sheet in a Google spreadsheet by supplying the spreadsheet ID and sheet ID. Set an optional new title for the copied sheet.
Instructions
Duplicate an existing sheet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheetId | Yes | The ID of the sheet to duplicate | |
| newTitle | No | Title for the duplicated sheet | |
| spreadsheetId | Yes | The ID of the spreadsheet |