Uses of Class
org.dhatim.fastexcel.reader.CellType
-
-
Uses of CellType in org.dhatim.fastexcel.reader
Methods in org.dhatim.fastexcel.reader that return CellType Modifier and Type Method Description CellTypeCell. getType()static 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.
-