sheets_duplicate_sheet
Duplicate a sheet in Google Sheets by specifying the spreadsheet ID, sheet ID, insertion index, and new name. Streamline worksheet replication for organized data management.
Instructions
Duplicate a sheet within a Google Sheets spreadsheet
Input Schema
Name | Required | Description | Default |
---|---|---|---|
insertSheetIndex | No | The index where the new sheet should be inserted (0-based) | |
newSheetName | No | The name for the duplicated sheet | |
sheetId | Yes | The ID of the sheet to duplicate (use sheets_get_metadata to find sheet IDs) | |
spreadsheetId | Yes | The ID of the spreadsheet (found in the URL after /d/) |