Class ExcelImportResult
- java.lang.Object
-
- com.hybris.backoffice.excel.importing.data.ExcelImportResult
-
public class ExcelImportResult extends java.lang.ObjectRepresents excel import result. The result consists of excel workbook and current generated impex script
-
-
Constructor Summary
Constructors Constructor Description ExcelImportResult(org.apache.poi.ss.usermodel.Workbook workbook, Impex impex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImpexgetImpex()org.apache.poi.ss.usermodel.WorkbookgetWorkbook()
-