| 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 |
|---|---|
Column |
Sheet.getColumn(int colIndex)
Gets column of this sheet represented by given index.
|
Column |
Sheet.getColumn(String colRef)
Gets column of this sheet represented by given reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Sheet.cleanColumn(Column column)
Removes all cells contained in the specified column of this sheet.
|
void |
Sheet.removeColumn(Column column)
Removes a column from this sheet and shifts all followed columns to one position left.
|
Copyright © 2022. All rights reserved.