Uses of Enum Class
org.jxls.common.CellData.CellType
Packages that use CellData.CellType
-
Uses of CellData.CellType in org.jxls.common
Fields in org.jxls.common declared as CellData.CellTypeModifier and TypeFieldDescriptionprotected CellData.CellTypeCellData.cellTypeprotected CellData.CellTypeCellData.targetCellTypeMethods in org.jxls.common that return CellData.CellTypeModifier and TypeMethodDescriptionCellData.getCellType()static CellData.CellTypeReturns the enum constant of this class with the specified name.static CellData.CellType[]CellData.CellType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jxls.common with parameters of type CellData.CellTypeConstructors in org.jxls.common with parameters of type CellData.CellTypeModifierConstructorDescriptionCellData(String sheetName, int row, int col, CellData.CellType cellType, Object cellValue) CellData(CellRef cellRef, CellData.CellType cellType, Object cellValue)