UpdateValuesResponse
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
A resposta ao atualizar um intervalo de valores em uma planilha.
Representação JSON |
{
"spreadsheetId": string,
"updatedRange": string,
"updatedRows": integer,
"updatedColumns": integer,
"updatedCells": integer,
"updatedData": {
object (ValueRange )
}
} |
Campos |
spreadsheetId |
string
A planilha em que as atualizações foram aplicadas.
|
updatedRange |
string
O intervalo (na notação A1) em que as atualizações foram aplicadas.
|
updatedRows |
integer
O número de linhas em que pelo menos uma célula foi atualizada.
|
updatedColumns |
integer
O número de colunas em que pelo menos uma célula foi atualizada.
|
updatedCells |
integer
O número de células atualizadas.
|
updatedData |
object (ValueRange )
Os valores das células depois que as atualizações foram aplicadas. Isso só será incluído se o campo includeValuesInResponse da solicitação for true .
|
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2025-03-22 UTC.
[null,null,["Última atualização 2025-03-22 UTC."],[],[],null,["# UpdateValuesResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nThe response when updating a range of values in a spreadsheet.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"spreadsheetId\": string, \"updatedRange\": string, \"updatedRows\": integer, \"updatedColumns\": integer, \"updatedCells\": integer, \"updatedData\": { object (/workspace/sheets/api/reference/rest/v4/spreadsheets.values#ValueRange) } } ``` |\n\n| Fields ||\n|------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `spreadsheetId` | `string` The spreadsheet the updates were applied to. |\n| `updatedRange` | `string` The range (in A1 notation) that updates were applied to. |\n| `updatedRows` | `integer` The number of rows where at least one cell in the row was updated. |\n| `updatedColumns` | `integer` The number of columns where at least one cell in the column was updated. |\n| `updatedCells` | `integer` The number of cells updated. |\n| `updatedData` | `object (`[ValueRange](/workspace/sheets/api/reference/rest/v4/spreadsheets.values#ValueRange)`)` The values of the cells after updates were applied. This is only included if the request's `includeValuesInResponse` field was `true`. |"]]