poi/src/java/org/apache/poi/ss/formula/eval
Greg Woolsey b0d0d0fda5 Add evaluation of data validation rules and conditional formatting
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1782894 13f79535-47bb-0310-9956-ffa450edef68
2017-02-13 22:51:30 +00:00
..
forked Add evaluation of data validation rules and conditional formatting 2017-02-13 22:51:30 +00:00
AreaEval.java Begin required interface + base-class support for multi-sheet area references for #55906 2014-07-25 16:15:47 +00:00
AreaEvalBase.java Begin required interface + base-class support for multi-sheet area references for #55906 2014-07-25 16:15:47 +00:00
BlankEval.java bug 59170: Removed deprecated methods in POIFS, SS, HSSF, and XSSF 2016-06-18 01:06:53 +00:00
BoolEval.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:04:56 +00:00
ConcatEval.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:04:56 +00:00
ErrorEval.java sonar fix 2016-03-18 22:21:12 +00:00
EvaluationException.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:04:56 +00:00
ExternalNameEval.java Rename missing from previous commit 2014-07-20 18:14:47 +00:00
FunctionEval.java FunctionEval is a utility class. It should not have a public default constructor 2016-06-17 10:47:13 +00:00
FunctionNameEval.java Rename missing from previous commit 2014-07-20 18:14:47 +00:00
IntersectionEval.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:04:56 +00:00
MissingArgEval.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:04:56 +00:00
NotImplementedException.java When throwing an exception during formula evaluation, if this is due to an unimplemented function, have a more specific exception type 2014-07-03 11:20:32 +00:00
NotImplementedFunctionException.java When throwing an exception during formula evaluation, if this is due to an unimplemented function, have a more specific exception type 2014-07-03 11:20:32 +00:00
NumberEval.java Some IDE warning fixes and unit test adjustments 2016-10-05 19:59:44 +00:00
NumericValueEval.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:04:56 +00:00
OperandResolver.java whitespace 2015-11-24 08:13:10 +00:00
PercentEval.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:04:56 +00:00
RangeEval.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:04:56 +00:00
RefEval.java bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.* 2016-07-04 10:15:18 +00:00
RefEvalBase.java Update the RefEval method signature to cope with multi-sheet references, and have appropriate functions take advantage of this. For bug #55906 2014-07-25 15:46:05 +00:00
RelationalOperationEval.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:04:56 +00:00
StringEval.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:50:47 +00:00
StringValueEval.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:04:56 +00:00
TwoOperandNumericOperation.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:04:56 +00:00
UnaryMinusEval.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:04:56 +00:00
UnaryPlusEval.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:04:56 +00:00
ValueEval.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:04:56 +00:00