Class NumericCellValue

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

public class NumericCellValue extends Object
Allows to retrieve cell value of numeric or date types
  • Constructor Details

    • NumericCellValue

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

      protected String getNumericCellValue(org.apache.poi.ss.usermodel.Cell cell)
    • isCellDateFormatted

      protected boolean isCellDateFormatted(org.apache.poi.ss.usermodel.Cell cell)
    • getJavaDate

      protected Date getJavaDate(org.apache.poi.ss.usermodel.Cell cell)
    • getTimeZone

      protected TimeZone getTimeZone()
    • getExcelDateUtils

      public ExcelDateUtils getExcelDateUtils()
    • setExcelDateUtils

      public void setExcelDateUtils(ExcelDateUtils excelDateUtils)