public class Sheets.Spreadsheets.Values extends Object
Modifier and Type | Class and Description |
---|---|
class |
Sheets.Spreadsheets.Values.Append |
class |
Sheets.Spreadsheets.Values.BatchClear |
class |
Sheets.Spreadsheets.Values.BatchClearByDataFilter |
class |
Sheets.Spreadsheets.Values.BatchGet |
class |
Sheets.Spreadsheets.Values.BatchGetByDataFilter |
class |
Sheets.Spreadsheets.Values.BatchUpdate |
class |
Sheets.Spreadsheets.Values.BatchUpdateByDataFilter |
class |
Sheets.Spreadsheets.Values.Clear |
class |
Sheets.Spreadsheets.Values.Get |
class |
Sheets.Spreadsheets.Values.Update |
Constructor and Description |
---|
Values() |
Modifier and Type | Method and Description |
---|---|
Sheets.Spreadsheets.Values.Append |
append(String spreadsheetId,
String range,
ValueRange content)
Appends values to a spreadsheet.
|
Sheets.Spreadsheets.Values.BatchClear |
batchClear(String spreadsheetId,
BatchClearValuesRequest content)
Clears one or more ranges of values from a spreadsheet.
|
Sheets.Spreadsheets.Values.BatchClearByDataFilter |
batchClearByDataFilter(String spreadsheetId,
BatchClearValuesByDataFilterRequest content)
Clears one or more ranges of values from a spreadsheet.
|
Sheets.Spreadsheets.Values.BatchGet |
batchGet(String spreadsheetId)
Returns one or more ranges of values from a spreadsheet.
|
Sheets.Spreadsheets.Values.BatchGetByDataFilter |
batchGetByDataFilter(String spreadsheetId,
BatchGetValuesByDataFilterRequest content)
Returns one or more ranges of values that match the specified data filters.
|
Sheets.Spreadsheets.Values.BatchUpdate |
batchUpdate(String spreadsheetId,
BatchUpdateValuesRequest content)
Sets values in one or more ranges of a spreadsheet.
|
Sheets.Spreadsheets.Values.BatchUpdateByDataFilter |
batchUpdateByDataFilter(String spreadsheetId,
BatchUpdateValuesByDataFilterRequest content)
Sets values in one or more ranges of a spreadsheet.
|
Sheets.Spreadsheets.Values.Clear |
clear(String spreadsheetId,
String range,
ClearValuesRequest content)
Clears values from a spreadsheet.
|
Sheets.Spreadsheets.Values.Get |
get(String spreadsheetId,
String range)
Returns a range of values from a spreadsheet.
|
Sheets.Spreadsheets.Values.Update |
update(String spreadsheetId,
String range,
ValueRange content)
Sets values in a range of a spreadsheet.
|
public Sheets.Spreadsheets.Values.Append append(String spreadsheetId, String range, ValueRange content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.spreadsheetId
- The ID of the spreadsheet to update.range
- The [A1 notation](/sheets/api/guides/concepts#cell) of a range to search for a logical table of
data. Values are appended after the last row of the table.content
- the ValueRange
IOException
public Sheets.Spreadsheets.Values.BatchClear batchClear(String spreadsheetId, BatchClearValuesRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.spreadsheetId
- The ID of the spreadsheet to update.content
- the BatchClearValuesRequest
IOException
public Sheets.Spreadsheets.Values.BatchClearByDataFilter batchClearByDataFilter(String spreadsheetId, BatchClearValuesByDataFilterRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.spreadsheetId
- The ID of the spreadsheet to update.content
- the BatchClearValuesByDataFilterRequest
IOException
public Sheets.Spreadsheets.Values.BatchGet batchGet(String spreadsheetId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.spreadsheetId
- The ID of the spreadsheet to retrieve data from.IOException
public Sheets.Spreadsheets.Values.BatchGetByDataFilter batchGetByDataFilter(String spreadsheetId, BatchGetValuesByDataFilterRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.spreadsheetId
- The ID of the spreadsheet to retrieve data from.content
- the BatchGetValuesByDataFilterRequest
IOException
public Sheets.Spreadsheets.Values.BatchUpdate batchUpdate(String spreadsheetId, BatchUpdateValuesRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.spreadsheetId
- The ID of the spreadsheet to update.content
- the BatchUpdateValuesRequest
IOException
public Sheets.Spreadsheets.Values.BatchUpdateByDataFilter batchUpdateByDataFilter(String spreadsheetId, BatchUpdateValuesByDataFilterRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.spreadsheetId
- The ID of the spreadsheet to update.content
- the BatchUpdateValuesByDataFilterRequest
IOException
public Sheets.Spreadsheets.Values.Clear clear(String spreadsheetId, String range, ClearValuesRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.spreadsheetId
- The ID of the spreadsheet to update.range
- The [A1 notation or R1C1 notation](/sheets/api/guides/concepts#cell) of the values to clear.content
- the ClearValuesRequest
IOException
public Sheets.Spreadsheets.Values.Get get(String spreadsheetId, String range) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.spreadsheetId
- The ID of the spreadsheet to retrieve data from.range
- The [A1 notation or R1C1 notation](/sheets/api/guides/concepts#cell) of the range to retrieve values
from.IOException
public Sheets.Spreadsheets.Values.Update update(String spreadsheetId, String range, ValueRange content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.spreadsheetId
- The ID of the spreadsheet to update.range
- The [A1 notation](/sheets/api/guides/concepts#cell) of the values to update.content
- the ValueRange
IOException
Copyright © 2011–2024 Google. All rights reserved.