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 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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"]]