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.
PJ Fanning 23ecb9a172 Numeric Array Formula and Matrix Function [from Bob95132] This closes #69 6 years ago
..
forked Numeric Array Formula and Matrix Function [from Bob95132] This closes #69 6 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 javadoc: replace invalid self enclosing elements 7 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 Simplify the ValueEval.toString() implementations and include more information on unexpected types of ValueEval 7 years ago
EvaluationException.java javadoc: replace invalid self enclosing elements 7 years ago
ExternalNameEval.java Simplify the ValueEval.toString() implementations and include more information on unexpected types of ValueEval 7 years ago
FunctionEval.java Numeric Array Formula and Matrix Function [from Bob95132] This closes #69 6 years ago
FunctionNameEval.java Simplify the ValueEval.toString() implementations and include more information on unexpected types of ValueEval 7 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 Numeric Array Formula and Matrix Function [from Bob95132] This closes #69 6 years ago
PercentEval.java javadoc: replace invalid self enclosing elements 7 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
RefListEval.java Bug 61063: Add a RefListEval to handle UnionPtg and implement it for Rank(), may be missing for other functions where ArrayEval is currently handled 7 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 Simplify the ValueEval.toString() implementations and include more information on unexpected types of ValueEval 7 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 Numeric Array Formula and Matrix Function [from Bob95132] This closes #69 6 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