Class ExcelImportResult
java.lang.Object
com.hybris.backoffice.excel.importing.data.ExcelImportResult
Represents excel import result. The result consists of excel workbook and current generated impex script
-
Constructor Summary
ConstructorsConstructorDescriptionExcelImportResult(org.apache.poi.ss.usermodel.Workbook workbook, Impex impex) -
Method Summary
-
Constructor Details
-
ExcelImportResult
-
-
Method Details
-
getWorkbook
public org.apache.poi.ss.usermodel.Workbook getWorkbook() -
getImpex
-