| 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 |
|---|---|
SpreadsheetDocument |
Row.getDocument()
Gets parent Spreadsheet document.
|
SpreadsheetDocument |
Sheet.getDocument()
Gets parent Spreadsheet document.
|
SpreadsheetDocument |
Cell.getDocument()
Gets parent Spreadsheet document.
|
SpreadsheetDocument |
Column.getDocument()
Gets parent Spreadsheet document.
|
SpreadsheetDocument |
GoogleSheets.getSpreadsheet(String spreadsheetId)
Gets content of Google spreadsheet file with specified file ID.
|
| Modifier and Type | Method and Description |
|---|---|
Sheet |
Sheet.copyTo(SpreadsheetDocument destDoc)
Copies the content of this sheet to another sheet with the same format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpreadsheetDocument.withOneBatch(Consumer<SpreadsheetDocument> action)
Collects all changes are done within given lambda and sends them as one batch to Google server in the end.
|
| Constructor and Description |
|---|
Sheet(SpreadsheetDocument parent,
int sheetIndex)
Creates a new Sheet instance.
|
Copyright © 2022. All rights reserved.