Uses of Class
nl.bstoi.poiparser.core.strategy.converter.CellType
| Package | Description |
|---|---|
| nl.bstoi.poiparser.core.strategy.converter |
-
Uses of CellType in nl.bstoi.poiparser.core.strategy.converter
Methods in nl.bstoi.poiparser.core.strategy.converter that return CellType Modifier and Type Method Description protected CellTypeAbstractConverter. getCellType(org.apache.poi.ss.usermodel.Cell cell)static CellTypeCellType. getCellTypePoiCellType(org.apache.poi.ss.usermodel.CellType numericCellType)Get cell type based on numeric valuestatic CellTypeCellType. valueOf(String name)Returns the enum constant of this type with the specified name.static CellType[]CellType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in nl.bstoi.poiparser.core.strategy.converter with parameters of type CellType Constructor Description AbstractConverter(CellType[] supportedCellTypes)