duplicate_sheet
Creates a copy of a specified sheet within the same Google spreadsheet, optionally assigning a new name.
Instructions
Duplicate a sheet/tab within the same spreadsheet.
Args: spreadsheet_id: The ID of the spreadsheet sheet: Name of the sheet to duplicate new_name: Name for the duplicated sheet (defaults to 'Copy of ')
Returns: The new sheet's properties
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spreadsheet_id | Yes | ||
| sheet | Yes | ||
| new_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |