UpdateValuesResponse
Respons saat memperbarui rentang nilai di spreadsheet.
Representasi JSON |
{
"spreadsheetId": string,
"updatedRange": string,
"updatedRows": integer,
"updatedColumns": integer,
"updatedCells": integer,
"updatedData": {
object (ValueRange )
}
} |
Kolom |
spreadsheetId |
string
Spreadsheet tempat pembaruan diterapkan.
|
updatedRange |
string
Rentang (dalam notasi A1) tempat update diterapkan.
|
updatedRows |
integer
Jumlah baris yang setidaknya satu selnya diperbarui.
|
updatedColumns |
integer
Jumlah kolom yang setidaknya satu selnya diperbarui.
|
updatedCells |
integer
Jumlah sel yang diperbarui.
|
updatedData |
object (ValueRange )
Nilai sel setelah update diterapkan. Nilai ini hanya disertakan jika kolom includeValuesInResponse permintaan adalah true .
|
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-10-15 UTC.
[null,null,["Terakhir diperbarui pada 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"]]