Class DataCellValue

java.lang.Object
com.hybris.backoffice.excel.template.cell.DataCellValue
All Implemented Interfaces:
org.springframework.core.Ordered

public class DataCellValue extends Object
Allows to retrieve cell value using DataFormatter
  • Constructor Details

    • DataCellValue

      public DataCellValue()
  • Method Details

    • getValue

      public Optional<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