Class DataCellValue

  • All Implemented Interfaces:
    org.springframework.core.Ordered

    public class DataCellValue
    extends java.lang.Object
    Allows to retrieve cell value using DataFormatter
    • Field Summary

      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Constructor Summary

      Constructors 
      Constructor Description
      DataCellValue()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canHandle​(org.apache.poi.ss.usermodel.CellType cellType)  
      int getOrder()  
      java.util.Optional<java.lang.String> getValue​(org.apache.poi.ss.usermodel.Cell cell)  
      • Methods inherited from class java.lang.Object

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

      • DataCellValue

        public DataCellValue()
    • Method Detail

      • getValue

        public java.util.Optional<java.lang.String> getValue​(@Nullable
                                                             org.apache.poi.ss.usermodel.Cell cell)
      • canHandle

        public boolean canHandle​(org.apache.poi.ss.usermodel.CellType cellType)
      • getOrder

        public int getOrder()
        Specified by:
        getOrder in interface org.springframework.core.Ordered