UpdateValuesResponse
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Es la respuesta cuando se actualiza un rango de valores en una hoja de cálculo.
Representación JSON |
{
"spreadsheetId": string,
"updatedRange": string,
"updatedRows": integer,
"updatedColumns": integer,
"updatedCells": integer,
"updatedData": {
object (ValueRange )
}
} |
Campos |
spreadsheetId |
string
La hoja de cálculo a la que se aplicaron las actualizaciones.
|
updatedRange |
string
Es el rango (en notación A1) al que se aplicaron las actualizaciones.
|
updatedRows |
integer
Es la cantidad de filas en las que se actualizó al menos una celda.
|
updatedColumns |
integer
Es la cantidad de columnas en las que se actualizó al menos una celda.
|
updatedCells |
integer
Es la cantidad de celdas actualizadas.
|
updatedData |
object (ValueRange )
Los valores de las celdas después de aplicar las actualizaciones. Esto solo se incluye si el campo includeValuesInResponse de la solicitud era true .
|
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-03-22 (UTC)
[null,null,["Última actualización: 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`. |"]]