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