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 TypeMethodDescriptionvoidBoolErrRecord.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 TypeMethodDescriptionvoidFormulaRecordAggregate.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 TypeMethodDescriptionvoidHSSFCell.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 FormulaErrorFormulaError.forInt(byte type) static FormulaErrorFormulaError.forInt(int type) static FormulaErrorstatic FormulaErrorReturns 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 TypeMethodDescriptionvoidXSSFCell.setCellErrorValue(FormulaError error) Set a error value for the cell