| Package | Description |
|---|---|
| one.edee.babylon.export | |
| one.edee.babylon.sheets.gsheets |
| Modifier and Type | Method and Description |
|---|---|
void |
Exporter.SheetContract.createSheet(String spreadsheetId,
String sheetTitle,
List<List<String>> sheetRows,
List<String> lockedCellEditors)
Creates a new sheet a fills it with provided data.
|
void |
Exporter.SheetContract.deleteSheets(String spreadsheetId,
Collection<Integer> sheetIds)
Deletes specified sheets from given spreadsheet.
|
List<ASheet> |
Exporter.SheetContract.listSheets(String spreadsheetId)
Lists all sheets of spreadsheet
spreadsheetId. |
| Modifier and Type | Method and Description |
|---|---|
void |
LightGSheetServiceExporterContractAdaptor.createSheet(String spreadsheetId,
String sheetTitle,
List<List<String>> sheetRows,
List<String> lockedCellEditors) |
void |
LightGSheetServiceExporterContractAdaptor.deleteSheets(String spreadsheetId,
Collection<Integer> sheetIds) |
List<ASheet> |
LightGSheetServiceExporterContractAdaptor.listSheets(String spreadsheetId) |
Copyright © 2021 FG Forrest, a.s.. All rights reserved.