create_duplicate_sheet_tool
Duplicate a specific sheet within a Google Spreadsheet, allowing customization of the new sheet's name and position within the workbook for efficient data organization.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
insert_position | No | Position to insert the duplicated sheet (1-based index, optional - will insert at end if not specified) | |
new_sheet_name | No | Name for the duplicated sheet (optional, will auto-generate if not provided) | |
source_sheet_name | Yes | Name of the sheet to duplicate | |
spreadsheet_name | Yes | The name of the Google Spreadsheet |