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 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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"]]