Uses of Class
org.apache.poi.ss.usermodel.FormulaError

Packages that use FormulaError
org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. 
org.apache.poi.hssf.record.aggregates record aggregates are not real "records" but collections of records that act as a single record. 
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.ss.usermodel   
org.apache.poi.xssf.usermodel   
 

Uses of FormulaError in org.apache.poi.hssf.record
 

Methods in org.apache.poi.hssf.record with parameters of type FormulaError
 void 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 FormulaError
 void FormulaRecordAggregate.setCachedErrorResult(FormulaError error)
           
 

Uses of FormulaError in org.apache.poi.hssf.usermodel
 

Methods in org.apache.poi.hssf.usermodel with parameters of type FormulaError
 void 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 FormulaError
static FormulaError FormulaError.forInt(byte type)
           
static FormulaError FormulaError.forInt(int 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
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.