Class ExcelLoader<T>


  • public abstract class ExcelLoader<T>
    extends Object
    • Constructor Detail

      • ExcelLoader

        public ExcelLoader()
    • Method Detail

      • readRow

        public abstract T readRow​(org.apache.poi.ss.usermodel.Row row)
      • accepts

        protected boolean accepts​(org.apache.poi.ss.usermodel.Row row)
        Might be refine by subclasses that may use this method as a line filter.
      • isNull

        protected boolean isNull​(org.apache.poi.ss.usermodel.Row row)
      • readCellString

        public String readCellString​(org.apache.poi.ss.usermodel.Row row,
                                     int cellId)
      • readCellDouble

        public Double readCellDouble​(org.apache.poi.ss.usermodel.Row row,
                                     int cellId)