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.
Vladislav Galas 099339783b purged calls to cell.setCellType(CellType.BLANK) from the project, replaced with setBlank() 5 years ago
..
forked purged calls to cell.setCellType(CellType.BLANK) from the project, replaced with setBlank() 5 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 6 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 Remove unnecessary type arguments (Java 8) 6 years ago
EvaluationException.java javadoc: replace invalid self enclosing elements 6 years ago
ExternalNameEval.java Simplify the ValueEval.toString() implementations and include more information on unexpected types of ValueEval 7 years ago
FunctionEval.java Implemented GEOMEAN function. Thanks to gallonfizik. This closes #136 5 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 JavaDoc fixes/additions and some IDE warnings removed 5 years ago
PercentEval.java javadoc: replace invalid self enclosing elements 6 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 Remove unnecessary type arguments (Java 8) 6 years ago
RelationalOperationEval.java Bug 62904: Support array arguments in IF and logical IS*** functions 5 years ago
StringEval.java cleanup for r1812476: avoid NPEs from string.isEmpty() 6 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 Bug 62904: Support array arguments in IF and logical IS*** functions 5 years ago
UnaryMinusEval.java follow-up to Bug 62904. More tests and improved evaluation of IF in array mode 5 years ago
UnaryPlusEval.java follow-up to Bug 62904. More tests and improved evaluation of IF in array mode 5 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