Class ExcelImportResult


  • public class ExcelImportResult
    extends java.lang.Object
    Represents 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
      Impex getImpex()  
      org.apache.poi.ss.usermodel.Workbook getWorkbook()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExcelImportResult

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

      • getWorkbook

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

        public Impex getImpex()