public interface ExcelImportWorkbookPostProcessor
Impex for all SelectedAttribute is
transformed.| Modifier and Type | Method and Description |
|---|---|
void |
process(ExcelImportResult excelImportResult)
Allows to modifying
Impex object which will be imported by adding new
content or removing it. |
java.util.Collection<ExcelValidationResult> |
validate(Workbook workbook)
Uses list of
ExcelAttributeValidator to validate excel's workbook. |
void process(ExcelImportResult excelImportResult)
Impex object which will be imported by adding new
content or removing it.excelImportResult - - object represents importing result. The object consists of
org.apache.poi.ss.usermodel.Workbook and generated impex object.java.util.Collection<ExcelValidationResult> validate(Workbook workbook)
ExcelAttributeValidator to validate excel's workbook.workbook - - excel's workbookExcelValidationResultCopyright © 2018 SAP SE. All Rights Reserved.