|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormulaError | |
---|---|
org.apache.poi.ss.usermodel | |
org.apache.poi.xssf.usermodel |
Uses of FormulaError in org.apache.poi.ss.usermodel |
---|
Methods in org.apache.poi.ss.usermodel that return FormulaError | |
---|---|
static FormulaError |
FormulaError.forInt(byte type)
|
static FormulaError |
FormulaError.forString(java.lang.String code)
|
static FormulaError |
FormulaError.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FormulaError[] |
FormulaError.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of FormulaError in org.apache.poi.xssf.usermodel |
---|
Methods in org.apache.poi.xssf.usermodel with parameters of type FormulaError | |
---|---|
void |
XSSFCell.setCellErrorValue(FormulaError error)
Set a error value for the cell |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |