Method: spreadsheets.sheets.copyTo
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Copia una sola hoja de una hoja de cálculo a otra. Muestra las propiedades de la hoja recién creada.
Solicitud HTTP
POST https://sheets.googleapis.com/v4/spreadsheets/{spreadsheetId}/sheets/{sheetId}:copyTo
La URL usa la sintaxis de la transcodificación gRPC.
Parámetros de ruta de acceso
Parámetros |
spreadsheetId |
string
El ID de la hoja de cálculo que contiene la hoja que se copiará.
|
sheetId |
integer
Es el ID de la hoja que se copiará.
|
Cuerpo de la solicitud
El cuerpo de la solicitud contiene datos con la siguiente estructura:
Representación JSON |
{
"destinationSpreadsheetId": string
} |
Campos |
destinationSpreadsheetId |
string
El ID de la hoja de cálculo a la que se copiará la hoja.
|
Cuerpo de la respuesta
Si se ejecuta de forma correcta, el cuerpo de la respuesta contiene una instancia de SheetProperties
.
Alcances de autorización
Se necesita uno de los siguientes permisos de OAuth:
https://www.googleapis.com/auth/drive
https://www.googleapis.com/auth/drive.file
https://www.googleapis.com/auth/spreadsheets
Para obtener más información, consulta la Guía de autorización.
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-05-05 (UTC)
[null,null,["Última actualización: 2025-05-05 (UTC)"],[],[],null,["# Method: spreadsheets.sheets.copyTo\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n - [JSON representation](#body.request_body.SCHEMA_REPRESENTATION)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nCopies a single sheet from a spreadsheet to another spreadsheet. Returns the properties of the newly created sheet.\n\n### HTTP request\n\n`POST https://sheets.googleapis.com/v4/spreadsheets/{spreadsheetId}/sheets/{sheetId}:copyTo`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|-----------------|------------------------------------------------------------------|\n| `spreadsheetId` | `string` The ID of the spreadsheet containing the sheet to copy. |\n| `sheetId` | `integer` The ID of the sheet to copy. |\n\n### Request body\n\nThe request body contains data with the following structure:\n\n| JSON representation |\n|------------------------------------------------|\n| ``` { \"destinationSpreadsheetId\": string } ``` |\n\n| Fields ||\n|----------------------------|----------------------------------------------------------|\n| `destinationSpreadsheetId` | `string` The ID of the spreadsheet to copy the sheet to. |\n\n### Response body\n\nIf successful, the response body contains an instance of [SheetProperties](/workspace/sheets/api/reference/rest/v4/spreadsheets/sheets#SheetProperties).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/drive`\n- `https://www.googleapis.com/auth/drive.file`\n- `https://www.googleapis.com/auth/spreadsheets`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent)."]]