Method: spreadsheets.sheets.copyTo
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Kopiert ein einzelnes Tabellenblatt aus einer Tabelle in eine andere. Die Eigenschaften des neu erstellten Tabellenblatts.
HTTP-Anfrage
POST https://sheets.googleapis.com/v4/spreadsheets/{spreadsheetId}/sheets/{sheetId}:copyTo
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
spreadsheetId |
string
Die ID der Tabelle, die das zu kopierende Tabellenblatt enthält.
|
sheetId |
integer
Die ID des zu kopierenden Tabellenblatts.
|
Anfragetext
Der Anfragetext enthält Daten mit folgender Struktur:
JSON-Darstellung |
{
"destinationSpreadsheetId": string
} |
Felder |
destinationSpreadsheetId |
string
Die ID der Tabelle, in die das Tabellenblatt kopiert werden soll.
|
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von SheetProperties
.
Autorisierungsbereiche
Erfordert einen der folgenden OAuth-Bereiche:
https://www.googleapis.com/auth/drive
https://www.googleapis.com/auth/drive.file
https://www.googleapis.com/auth/spreadsheets
Weitere Informationen finden Sie im Leitfaden zur Autorisierung.
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-05-05 (UTC).
[null,null,["Zuletzt aktualisiert: 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)."]]