Class NumericCellValue
java.lang.Object
com.hybris.backoffice.excel.template.cell.NumericCellValue
- All Implemented Interfaces:
org.springframework.core.Ordered
Allows to retrieve cell value of numeric or date types
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanHandle(org.apache.poi.ss.usermodel.CellType cellType) protected DategetJavaDate(org.apache.poi.ss.usermodel.Cell cell) protected StringgetNumericCellValue(org.apache.poi.ss.usermodel.Cell cell) intgetOrder()protected TimeZonegetValue(org.apache.poi.ss.usermodel.Cell cell) protected booleanisCellDateFormatted(org.apache.poi.ss.usermodel.Cell cell) voidsetExcelDateUtils(ExcelDateUtils excelDateUtils)
-
Constructor Details
-
NumericCellValue
public NumericCellValue()
-
-
Method Details
-
getValue
-
canHandle
public boolean canHandle(org.apache.poi.ss.usermodel.CellType cellType) -
getOrder
public int getOrder()- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-
getNumericCellValue
-
isCellDateFormatted
protected boolean isCellDateFormatted(org.apache.poi.ss.usermodel.Cell cell) -
getJavaDate
-
getTimeZone
-
getExcelDateUtils
-
setExcelDateUtils
-