Class ExcelImportResult

java.lang.Object
com.hybris.backoffice.excel.importing.data.ExcelImportResult

public class ExcelImportResult extends Object
Represents excel import result. The result consists of excel workbook and current generated impex script
  • Constructor Details

    • ExcelImportResult

      public ExcelImportResult(org.apache.poi.ss.usermodel.Workbook workbook, Impex impex)
  • Method Details

    • getWorkbook

      public org.apache.poi.ss.usermodel.Workbook getWorkbook()
    • getImpex

      public Impex getImpex()