| Package | Description |
|---|---|
| eu.easyrpa.openframework.google.sheets |
Objects model representing Google Spreadsheet and functionality to work with it via Google Sheets API.
|
| eu.easyrpa.openframework.google.sheets.constants |
Constants and enumerations used during Google Spreadsheet document manipulation and styling.
|
| Modifier and Type | Method and Description |
|---|---|
Cell |
Sheet.findCell(MatchMethod matchMethod,
String value)
Searches cell with given value on the sheet.
|
Row |
Sheet.findRow(MatchMethod matchMethod,
String... values)
Searches row on the sheet with given values in cells.
|
Sheet |
SpreadsheetDocument.findSheet(MatchMethod matchMethod,
String... values)
Finds the sheet with a row that contains all given values and active it.
|
<T> Table<T> |
Sheet.findTable(Class<T> recordType,
MatchMethod matchMethod,
String... keywords)
Searches table on the sheet with given keywords in header.
|
| Modifier and Type | Method and Description |
|---|---|
static MatchMethod |
MatchMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchMethod[] |
MatchMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022. All rights reserved.