UpdateValuesResponse
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ę w wierszu.
|
updatedColumns |
integer
Liczba kolumn, w których została zaktualizowana co najmniej 1 komórka w kolumnie.
|
updatedCells |
integer
Liczba zaktualizowanych komórek.
|
updatedData |
object (ValueRange )
Wartości z komórek po zastosowaniu aktualizacji. Jest on uwzględniany tylko wtedy, gdy w polu includeValuesInResponse żądania znajduje się 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: 2024-10-15 UTC.
[null,null,["Ostatnia aktualizacja: 2024-10-15 UTC."],[[["This document describes the JSON response received when updating a range of values in a Google Sheet."],["The response includes details like the spreadsheet ID, updated range, the number of rows, columns, and cells affected, and optionally, the updated data itself."],["The `updatedData` field, containing the values after the update, is only present if `includeValuesInResponse` was set to `true` in the original request."]]],["The JSON response for a spreadsheet range update includes: `spreadsheetId` (the updated spreadsheet), `updatedRange` (the range modified), `updatedRows` (rows with at least one updated cell), `updatedColumns` (columns with at least one updated cell), and `updatedCells` (total updated cells). Optionally, if requested, `updatedData` (the new cell values) is provided. All the previous values are in string format, except the amount of updated Rows, columns and cells which are integers.\n"]]