| Package | Description |
|---|---|
| eu.easyrpa.openframework.google.sheets |
Objects model representing Google Spreadsheet and functionality to work with it via Google Sheets API.
|
| Modifier and Type | Method and Description |
|---|---|
Row |
Sheet.createRow(int rowIndex)
Creates a new row at the given index and return the high level representation.
|
Row |
Sheet.findRow(MatchMethod matchMethod,
String... values)
Searches row on the sheet with given values in cells.
|
Row |
Sheet.findRow(String... values)
Searches row on the sheet with given values in cells.
|
Row |
Sheet.getRow(int rowIndex)
Gets the row represented with given index.
|
Row |
Sheet.getRow(String rowRef)
Gets the row represented by given reference.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Row> |
Sheet.iterator()
Returns an iterator of objects representing existing rows on this sheet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Sheet.cleanRow(Row row)
Removes all cells contained in the specified row of this sheet.
|
void |
Sheet.removeRow(Row row)
Removes a row from this sheet and shifts all rows below to one position up.
|
Copyright © 2022. All rights reserved.