Package | Description |
---|---|
com.google.api.services.sheets.v4 | |
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
Sheets.Spreadsheets.Values.BatchUpdate |
Sheets.Spreadsheets.Values.batchUpdate(String spreadsheetId,
BatchUpdateValuesRequest content)
Sets values in one or more ranges of a spreadsheet.
|
Constructor and Description |
---|
BatchUpdate(String spreadsheetId,
BatchUpdateValuesRequest content)
Sets values in one or more ranges of a spreadsheet.
|
Modifier and Type | Method and Description |
---|---|
BatchUpdateValuesRequest |
BatchUpdateValuesRequest.clone() |
BatchUpdateValuesRequest |
BatchUpdateValuesRequest.set(String fieldName,
Object value) |
BatchUpdateValuesRequest |
BatchUpdateValuesRequest.setData(List<ValueRange> data)
The new values to apply to the spreadsheet.
|
BatchUpdateValuesRequest |
BatchUpdateValuesRequest.setIncludeValuesInResponse(Boolean includeValuesInResponse)
Determines if the update response should include the values of the cells that were updated.
|
BatchUpdateValuesRequest |
BatchUpdateValuesRequest.setResponseDateTimeRenderOption(String responseDateTimeRenderOption)
Determines how dates, times, and durations in the response should be rendered.
|
BatchUpdateValuesRequest |
BatchUpdateValuesRequest.setResponseValueRenderOption(String responseValueRenderOption)
Determines how values in the response should be rendered.
|
BatchUpdateValuesRequest |
BatchUpdateValuesRequest.setValueInputOption(String valueInputOption)
How the input data should be interpreted.
|
Copyright © 2011–2024 Google. All rights reserved.