| Enum Constant and Description |
|---|
BLANK |
BOOLEAN |
FORMULA |
NUMERIC |
STRING |
| Modifier and Type | Method and Description |
|---|---|
static CellType |
getCellTypePoiCellType(org.apache.poi.ss.usermodel.CellType numericCellType)
Get cell type based on numeric value
|
org.apache.poi.ss.usermodel.CellType |
getPoiCellType() |
static CellType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CellType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CellType NUMERIC
public static final CellType STRING
public static final CellType FORMULA
public static final CellType BLANK
public static final CellType BOOLEAN
public static CellType[] values()
for (CellType c : CellType.values()) System.out.println(c);
public static CellType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic org.apache.poi.ss.usermodel.CellType getPoiCellType()
public static CellType getCellTypePoiCellType(org.apache.poi.ss.usermodel.CellType numericCellType)
numericCellType - Copyright © 2011-2020 BSTOI.NL. All Rights Reserved.