| 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.function |
Custom logic support for tying of Google Spreadsheet document data with plain java objects.
|
| Class and Description |
|---|
| Cell
Represents specific cell of Spreadsheet document and provides functionality to work with it.
|
| CellRange
Keeps information that identifies specific rectangle area of sheet cells.
|
| CellRef
Keeps information that identifies specific cell of the sheet.
|
| CellStyle
Keeps cell style parameters and allows to easily apply them to different cells even from different Spreadsheet
documents.
|
| Column
Represents specific column of Spreadsheet document and provides functionality to work with it.
|
| GoogleSheets
Service that provides convenient way to work with Google Sheets API.
|
| Row
Represents specific row of Spreadsheet document and provides functionality to work with it.
|
| Sheet
Represents specific sheet of Spreadsheet document and provides functionality to work with it and its content.
|
| SpreadsheetDocument
Represents Google Spreadsheet document and provides functionality to work with it and its content.
|
| Table
Represents rectangle area of cells on the sheet where the top row or rows has titles of corresponding columns.
|
| Class and Description |
|---|
| Cell
Represents specific cell of Spreadsheet document and provides functionality to work with it.
|
Copyright © 2022. All rights reserved.