Package | Description |
---|---|
com.google.api.services.sheets.v4 | |
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
Sheets.Spreadsheets.Values.Append |
Sheets.Spreadsheets.Values.append(String spreadsheetId,
String range,
ValueRange content)
Appends values to a spreadsheet.
|
Sheets.Spreadsheets.Values.Update |
Sheets.Spreadsheets.Values.update(String spreadsheetId,
String range,
ValueRange content)
Sets values in a range of a spreadsheet.
|
Constructor and Description |
---|
Append(String spreadsheetId,
String range,
ValueRange content)
Appends values to a spreadsheet.
|
Update(String spreadsheetId,
String range,
ValueRange content)
Sets values in a range of a spreadsheet.
|
Modifier and Type | Method and Description |
---|---|
ValueRange |
ValueRange.clone() |
ValueRange |
UpdateValuesByDataFilterResponse.getUpdatedData()
The values of the cells in the range matched by the dataFilter after all updates were applied.
|
ValueRange |
UpdateValuesResponse.getUpdatedData()
The values of the cells after updates were applied.
|
ValueRange |
MatchedValueRange.getValueRange()
The values matched by the DataFilter.
|
ValueRange |
ValueRange.set(String fieldName,
Object value) |
ValueRange |
ValueRange.setMajorDimension(String majorDimension)
The major dimension of the values.
|
ValueRange |
ValueRange.setRange(String range)
The range the values cover, in [A1 notation](/sheets/api/guides/concepts#cell).
|
ValueRange |
ValueRange.setValues(List<List<Object>> values)
The data that was read or to be written.
|
Modifier and Type | Method and Description |
---|---|
List<ValueRange> |
BatchUpdateValuesRequest.getData()
The new values to apply to the spreadsheet.
|
List<ValueRange> |
BatchGetValuesResponse.getValueRanges()
The requested values.
|
Modifier and Type | Method and Description |
---|---|
UpdateValuesByDataFilterResponse |
UpdateValuesByDataFilterResponse.setUpdatedData(ValueRange updatedData)
The values of the cells in the range matched by the dataFilter after all updates were applied.
|
UpdateValuesResponse |
UpdateValuesResponse.setUpdatedData(ValueRange updatedData)
The values of the cells after updates were applied.
|
MatchedValueRange |
MatchedValueRange.setValueRange(ValueRange valueRange)
The values matched by the DataFilter.
|
Modifier and Type | Method and Description |
---|---|
BatchUpdateValuesRequest |
BatchUpdateValuesRequest.setData(List<ValueRange> data)
The new values to apply to the spreadsheet.
|
BatchGetValuesResponse |
BatchGetValuesResponse.setValueRanges(List<ValueRange> valueRanges)
The requested values.
|
Copyright © 2011–2024 Google. All rights reserved.