| 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 |
|---|---|
CellRange |
Cell.getMergedRegion()
Gets merged region where this cell is hit.
|
| Modifier and Type | Method and Description |
|---|---|
List<CellRange> |
Sheet.getMergedRegions()
Gets list of all existing merged regions on this sheet.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CellRange.intersects(CellRange other)
Determines whether this range intersects with given
CellRange. |
boolean |
CellRange.isInRange(CellRange range)
Determines if the given
CellRange lies within the bounds of this range. |
Cell |
Sheet.mergeCells(CellRange region)
Merges given cells range of this sheet.
|
void |
Sheet.unmergeCells(CellRange range)
Unmerges all merged regions on this sheet that intersects with given cells range.
|
Copyright © 2022. All rights reserved.