| Package | Description |
|---|---|
| com.hybris.backoffice.excel.data | |
| com.hybris.backoffice.excel.importing |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<ExcelWorksheet> |
ExcelWorkbook.getWorksheets() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExcelWorkbook.add(ExcelWorksheet excelWorksheet) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExcelWorkbook.forEachWorksheet(java.util.function.Consumer<ExcelWorksheet> consumer) |
| Constructor and Description |
|---|
ExcelWorkbook(ExcelWorksheet... excelWorksheets) |
| Modifier and Type | Method and Description |
|---|---|
protected ExcelWorksheet |
DefaultExcelImportService.populate(Sheet typeSystemSheet,
Sheet typeSheet) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultExcelImportService.populateRows(Sheet typeSheet,
ExcelWorksheet excelWorksheet,
java.util.List<java.lang.String> entriesRef,
SelectedAttribute selectedAttribute,
int columnIndex) |
protected java.util.List<ExcelValidationResult> |
DefaultExcelImportService.validate(ExcelWorksheet excelWorksheet,
java.util.Map<java.lang.String,java.lang.Object> context) |
Copyright © 2018 SAP SE. All Rights Reserved.