Uses of Package
org.apache.poi.ss.formula.eval
-
Packages that use org.apache.poi.ss.formula.eval Package Description io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.model.impl.sys.formula Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.model.sys.formula Keikai Spreadsheet Internal Book Model Engines classes.io.keikaiex.formula Classes bridging Keikai Spreadsheet formula functions to ZK EL functions.io.keikaiex.formula.fn ZK EL functions implementation that realize Keikai Spreadsheet formula functions.org.apache.poi.ss.formula This package contains common internal POI code for manipulating formulas.org.apache.poi.ss.formula.atp org.apache.poi.ss.formula.eval org.apache.poi.ss.formula.eval.forked org.apache.poi.ss.formula.functions org.apache.poi.ss.util -
Classes in org.apache.poi.ss.formula.eval used by io.keikai.model.impl Class Description ValueEval -
Classes in org.apache.poi.ss.formula.eval used by io.keikai.model.impl.sys.formula Class Description EvaluationException This class is used to simplify error handling logic within operator and function implementations.ValueEval -
Classes in org.apache.poi.ss.formula.eval used by io.keikai.model.sys.formula Class Description ValueEval -
Classes in org.apache.poi.ss.formula.eval used by io.keikaiex.formula Class Description ValueEval -
Classes in org.apache.poi.ss.formula.eval used by io.keikaiex.formula.fn Class Description EvaluationException This class is used to simplify error handling logic within operator and function implementations.ValueEval -
Classes in org.apache.poi.ss.formula.eval used by org.apache.poi.ss.formula Class Description AreaEval Evaluation of 2D (Row+Column) and 3D (Sheet+Row+Column) areasAreaEvalBase EvaluationException This class is used to simplify error handling logic within operator and function implementations.HyperlinkEval Handle associated hyperlink if this ValueEval is a label of the HYPERLINK function.RefEval RefEval is the super interface for Ref2D and Ref3DEval.RefEvalBase Common base class for implementors ofRefEval
ValueEval -
Classes in org.apache.poi.ss.formula.eval used by org.apache.poi.ss.formula.atp Class Description ValueEval -
Classes in org.apache.poi.ss.formula.eval used by org.apache.poi.ss.formula.eval Class Description AreaEval Evaluation of 2D (Row+Column) and 3D (Sheet+Row+Column) areasAreaEvalBase BlankEval This class is a marker class.BoolEval ErrorEval Evaluations for formula errorsEvaluationException This class is used to simplify error handling logic within operator and function implementations.MissingArgEval Represents the (intermediate) evaluated result of a missing function argument.NotImplementedException An exception thrown by implementors ofFormulaEvaluator
, when attempting to evaluate a formula which requires features that POI does not (yet) support.NumberEval NumericValueEval RefEval RefEval is the super interface for Ref2D and Ref3DEval.StringEval StringValueEval ValueEval -
Classes in org.apache.poi.ss.formula.eval used by org.apache.poi.ss.formula.eval.forked Class Description ValueEval -
Classes in org.apache.poi.ss.formula.eval used by org.apache.poi.ss.formula.functions Class Description AreaEval Evaluation of 2D (Row+Column) and 3D (Sheet+Row+Column) areasEvaluationException This class is used to simplify error handling logic within operator and function implementations.NumberEval RefEval RefEval is the super interface for Ref2D and Ref3DEval.ValueEval -
Classes in org.apache.poi.ss.formula.eval used by org.apache.poi.ss.util Class Description EvaluationException This class is used to simplify error handling logic within operator and function implementations.