UpdateValuesResponse
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Odpowiedź po zaktualizowaniu zakresu wartości w arkuszu kalkulacyjnym.
Zapis JSON |
{
"spreadsheetId": string,
"updatedRange": string,
"updatedRows": integer,
"updatedColumns": integer,
"updatedCells": integer,
"updatedData": {
object (ValueRange )
}
} |
Pola |
spreadsheetId |
string
Arkusz kalkulacyjny, w którym zastosowano aktualizacje.
|
updatedRange |
string
Zakres (w notacji A1), do którego zastosowano aktualizacje.
|
updatedRows |
integer
Liczba wierszy, w których zaktualizowano co najmniej 1 komórkę.
|
updatedColumns |
integer
Liczba kolumn, w których zaktualizowano co najmniej 1 komórkę.
|
updatedCells |
integer
Liczba zaktualizowanych komórek.
|
updatedData |
object (ValueRange )
Wartości komórek po zastosowaniu zmian. Jest ono uwzględniane tylko wtedy, gdy pole includeValuesInResponse żądania ma wartość true .
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-03-22 UTC.
[null,null,["Ostatnia aktualizacja: 2025-03-22 UTC."],[],[],null,["# UpdateValuesResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nThe response when updating a range of values in a spreadsheet.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"spreadsheetId\": string, \"updatedRange\": string, \"updatedRows\": integer, \"updatedColumns\": integer, \"updatedCells\": integer, \"updatedData\": { object (/workspace/sheets/api/reference/rest/v4/spreadsheets.values#ValueRange) } } ``` |\n\n| Fields ||\n|------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `spreadsheetId` | `string` The spreadsheet the updates were applied to. |\n| `updatedRange` | `string` The range (in A1 notation) that updates were applied to. |\n| `updatedRows` | `integer` The number of rows where at least one cell in the row was updated. |\n| `updatedColumns` | `integer` The number of columns where at least one cell in the column was updated. |\n| `updatedCells` | `integer` The number of cells updated. |\n| `updatedData` | `object (`[ValueRange](/workspace/sheets/api/reference/rest/v4/spreadsheets.values#ValueRange)`)` The values of the cells after updates were applied. This is only included if the request's `includeValuesInResponse` field was `true`. |"]]