UpdateValuesResponse
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
La risposta all'aggiornamento di un intervallo di valori in un foglio di lavoro.
Rappresentazione JSON |
{
"spreadsheetId": string,
"updatedRange": string,
"updatedRows": integer,
"updatedColumns": integer,
"updatedCells": integer,
"updatedData": {
object (ValueRange )
}
} |
Campi |
spreadsheetId |
string
Il foglio di lavoro a cui sono stati applicati gli aggiornamenti.
|
updatedRange |
string
L'intervallo (in notazione A1) a cui sono stati applicati gli aggiornamenti.
|
updatedRows |
integer
Il numero di righe in cui almeno una cella è stata aggiornata.
|
updatedColumns |
integer
Il numero di colonne in cui è stata aggiornata almeno una cella.
|
updatedCells |
integer
Il numero di celle aggiornate.
|
updatedData |
object (ValueRange )
I valori delle celle dopo l'applicazione degli aggiornamenti. Questo valore viene incluso solo se il campo includeValuesInResponse della richiesta era true .
|
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-03-22 UTC.
[null,null,["Ultimo aggiornamento 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`. |"]]