Class DataCellValue
java.lang.Object
com.hybris.backoffice.excel.template.cell.DataCellValue
- All Implemented Interfaces:
org.springframework.core.Ordered
Allows to retrieve cell value using
DataFormatter-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DataCellValue
public DataCellValue()
-
-
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
-