sheets_copy_to
Copies a selected sheet to a different Google Sheets spreadsheet. Provide source and destination spreadsheet IDs to duplicate the sheet.
Instructions
Copy a sheet to another Google Sheets spreadsheet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheetId | Yes | The ID of the sheet to copy (use sheets_get_metadata to find sheet IDs) | |
| spreadsheetId | Yes | The ID of the source spreadsheet (found in the URL after /d/) | |
| destinationSpreadsheetId | Yes | The ID of the destination spreadsheet |