Uses of Class
ch.rabanti.picoxlsx4j.Cell.CellType
-
Packages that use Cell.CellType Package Description ch.rabanti.picoxlsx4j -
-
Uses of Cell.CellType in ch.rabanti.picoxlsx4j
Methods in ch.rabanti.picoxlsx4j that return Cell.CellType Modifier and Type Method Description Cell.CellType
Cell. getDataType()
Gets the type of the cellstatic Cell.CellType
Cell.CellType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Cell.CellType[]
Cell.CellType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.rabanti.picoxlsx4j with parameters of type Cell.CellType Modifier and Type Method Description void
Cell. setDataType(Cell.CellType dataType)
Sets the type of the cellConstructors in ch.rabanti.picoxlsx4j with parameters of type Cell.CellType Constructor Description Cell(Object value, Cell.CellType type)
Constructor with value and cell type.Cell(Object value, Cell.CellType type, int column, int row, Worksheet reference)
Constructor with value, cell type, row number, column number and the link to a worksheetCell(Object value, Cell.CellType type, String address)
Constructor with value, cell type and address.
-