Uses of Enum Class
org.apache.poi.ss.usermodel.FormulaError
Packages that use FormulaError
Package
Description
Record package contains class representations for XLS binary strutures.
record aggregates are not real "records" but collections of records that act as a single record.
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of FormulaError in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record with parameters of type FormulaErrorModifier and TypeMethodDescriptionvoid
BoolErrRecord.setValue
(FormulaError value) set the error value for the cell -
Uses of FormulaError in org.apache.poi.hssf.record.aggregates
Methods in org.apache.poi.hssf.record.aggregates with parameters of type FormulaErrorModifier and TypeMethodDescriptionvoid
FormulaRecordAggregate.setCachedErrorResult
(FormulaError error) -
Uses of FormulaError in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel with parameters of type FormulaErrorModifier and TypeMethodDescriptionvoid
HSSFCell.setCellErrorValue
(FormulaError error) set a error value for the cell -
Uses of FormulaError in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return FormulaErrorModifier and TypeMethodDescriptionstatic FormulaError
FormulaError.forInt
(byte type) static FormulaError
FormulaError.forInt
(int type) static FormulaError
static FormulaError
Returns the enum constant of this class with the specified name.static FormulaError[]
FormulaError.values()
Returns an array containing the constants of this enum class, 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 FormulaErrorModifier and TypeMethodDescriptionvoid
XSSFCell.setCellErrorValue
(FormulaError error) Set a error value for the cell