sheets_copy_to
Copy a sheet from one Google Sheets spreadsheet to another by providing the source sheet ID and destination spreadsheet ID.
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 |