You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Greg Woolsey 99390a5759 Add evaluation of data validation rules and conditional formatting 7 years ago
..
forked Add evaluation of data validation rules and conditional formatting 7 years ago
AreaEval.java Begin required interface + base-class support for multi-sheet area references for #55906 10 years ago
AreaEvalBase.java Begin required interface + base-class support for multi-sheet area references for #55906 10 years ago
BlankEval.java bug 59170: Removed deprecated methods in POIFS, SS, HSSF, and XSSF 8 years ago
BoolEval.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 13 years ago
ConcatEval.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 13 years ago
ErrorEval.java sonar fix 8 years ago
EvaluationException.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 13 years ago
ExternalNameEval.java Rename missing from previous commit 10 years ago
FunctionEval.java FunctionEval is a utility class. It should not have a public default constructor 8 years ago
FunctionNameEval.java Rename missing from previous commit 10 years ago
IntersectionEval.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 13 years ago
MissingArgEval.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 13 years ago
NotImplementedException.java When throwing an exception during formula evaluation, if this is due to an unimplemented function, have a more specific exception type 10 years ago
NotImplementedFunctionException.java When throwing an exception during formula evaluation, if this is due to an unimplemented function, have a more specific exception type 10 years ago
NumberEval.java Some IDE warning fixes and unit test adjustments 7 years ago
NumericValueEval.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 13 years ago
OperandResolver.java whitespace 8 years ago
PercentEval.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 13 years ago
RangeEval.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 13 years ago
RefEval.java bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.* 8 years ago
RefEvalBase.java Update the RefEval method signature to cope with multi-sheet references, and have appropriate functions take advantage of this. For bug #55906 10 years ago
RelationalOperationEval.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 13 years ago
StringEval.java moved ptg classes to org.apache.poi.ss.formula.ptg 13 years ago
StringValueEval.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 13 years ago
TwoOperandNumericOperation.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 13 years ago
UnaryMinusEval.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 13 years ago
UnaryPlusEval.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 13 years ago
ValueEval.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 13 years ago