POST
gsheets_spreadsheets_sheets_copy_to.py
Requires
https://www.googleapis.com/auth/spreadsheets. Costs 1 against the provider’s own quota.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Copy a single sheet from one spreadsheet to another. Returns the properties of the newly created sheet in the destination spreadsheet.
from charter.packs import gsheets
result = await gsheets.spreadsheets_sheets_copy_to.ainvoke({"spreadsheetId": ..., "sheetId": ..., "body": ...})
https://www.googleapis.com/auth/spreadsheets. Costs 1 against the provider’s own quota.| Field | Type | Description |
|---|---|---|
spreadsheetId * | string | The ID of the spreadsheet containing the sheet to copy. |
sheetId * | integer | The ID of the sheet to copy. |
| Field | Type | Description |
|---|---|---|
body * | CopySheetToAnotherSpreadsheetRequest | The destination spreadsheet. |
Was this page helpful?