Class StringCellValue

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

public class StringCellValue extends Object
Allows to retrieve cell value of String type
  • Constructor Details

    • StringCellValue

      public StringCellValue()
  • 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