UpdateValuesResponse
התגובה כשמעדכנים טווח ערכים בגיליון אלקטרוני.
ייצוג ב-JSON |
{
"spreadsheetId": string,
"updatedRange": string,
"updatedRows": integer,
"updatedColumns": integer,
"updatedCells": integer,
"updatedData": {
object (ValueRange )
}
} |
שדות |
spreadsheetId |
string
גיליון האלקטרוני שבו הוחלו העדכונים.
|
updatedRange |
string
הטווח (בסימן A1) שבו הוחלו העדכונים.
|
updatedRows |
integer
מספר השורות שבהן עודכן תא אחד לפחות בשורה.
|
updatedColumns |
integer
מספר העמודות שבהן לפחות תא אחד בעמודה עודכן.
|
updatedCells |
integer
מספר התאים שעודכנו.
|
updatedData |
object (ValueRange )
הערכים בתאים אחרי החלת העדכונים. אפשר לכלול את המידע הזה רק אם השדה includeValuesInResponse של הבקשה היה true .
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-10-15 (שעון UTC).
[null,null,["עדכון אחרון: 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"]]