| 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,
TranslationConfiguration configuration,
Map<String,List<String>> translatedAutomatically,
Set<String> translatedHistorically)
Creates a new sheet in the specified spreadsheet with the given title, rows of data, and metadata, including locked
cell editors, cells translated automatically, and cells translated historically.
|
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,
TranslationConfiguration configuration,
Map<String,List<String>> translatedAutomatically,
Set<String> translatedHistorically) |
void |
LightGSheetServiceExporterContractAdaptor.deleteSheets(String spreadsheetId,
Collection<Integer> sheetIds) |
List<ASheet> |
LightGSheetServiceExporterContractAdaptor.listSheets(String spreadsheetId) |
Copyright © 2025 FG Forrest, a.s.. All rights reserved.