Class AbstractConverter<T>

    • Constructor Detail

      • AbstractConverter

        protected AbstractConverter​(CellType[] supportedCellTypes)
    • Method Detail

      • isCellTypeSupported

        protected boolean isCellTypeSupported​(org.apache.poi.ss.usermodel.Cell cell)
      • getCellType

        protected CellType getCellType​(org.apache.poi.ss.usermodel.Cell cell)