sheets_duplicate_sheet
Duplicate a sheet in a Google Sheets spreadsheet. Specify the source sheet ID and optionally set a new name and insertion position.
Instructions
Duplicate a sheet within a Google Sheets spreadsheet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheetId | Yes | The ID of the sheet to duplicate (use sheets_get_metadata to find sheet IDs) | |
| newSheetName | No | The name for the duplicated sheet | |
| spreadsheetId | Yes | The ID of the spreadsheet (found in the URL after /d/) | |
| insertSheetIndex | No | The index where the new sheet should be inserted (0-based) |