27 Commits (30851e44a60a2a9f377eb2f0c938c35bb9fd8f0a)

Author SHA1 Message Date
  Greg Woolsey 30851e44a6 #63302 Formula evaluation of names with offset or row function is incorrect 5 years ago
  PJ Fanning 6382370552 update getCellType to return CellType enum instead of int 6 years ago
  PJ Fanning bc0c0b19d2 update getCellType to return CellType enum instead of int 6 years ago
  PJ Fanning 23ecb9a172 Numeric Array Formula and Matrix Function [from Bob95132] This closes #69 6 years ago
  Dominik Stadler 05a6cf3263 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
  Andreas Beeker 2e50133e88 merge trunk to branch 7 years ago
  Javen O'Neal 5d97d4c0e2 change CellValue#getCellType() to return an int instead of an enum for backwards compatibility (source and binary) with POI 3.14. This reverts the behavior introduced in POI 3.15 beta 3 in r1751237. 7 years ago
  Javen O'Neal 417868e70c add crude line-coverage tests for setDebugEvaluationOutputForNextEval and setIgnoreMissingWorkbooks 8 years ago
  Javen O'Neal 04be2bb235 bug 59791: FormulaEvaluator#evaluateFormulaCell(Cell) should return an integer for backwards compatibility 8 years ago
  Javen O'Neal 5582593ad1 bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility 8 years ago
  Javen O'Neal fb8c79d96c bug 59791: convert Cell Type to an enum 8 years ago
  Dominik Stadler e15a3096d5 Eclipse warnings, typos, ... 8 years ago
  Javen O'Neal b4d7b04525 bug 58591: add formula evaluation unit tests inspired by Jason Tomforde's question on user@ 8 years ago
  Javen O'Neal 5da79f40e1 remove deprecated ErrorConstants usage in TestWorkbookEvaluator 8 years ago
  Javen O'Neal 2b2944a4da whitespace 8 years ago
  Javen O'Neal 14b454b2da convert TestWorkbookEvaluator from junit3 to junit4 8 years ago
  Dominik Stadler a6d668c6f2 Fix Eclipse warnings, provide better error message and adjust javadoc slightly 9 years ago
  Yegor Kozlov 2417ee8f28 Bug 53476 - Support Complex Name in formulas 12 years ago
  Yegor Kozlov fcdcfb155b moved ptg classes to org.apache.poi.ss.formula.ptg 13 years ago
  Yegor Kozlov 6ef7d14026 moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 13 years ago
  Josh Micich 54570b32f4 fixed special cases of dereferenceResult method 14 years ago
  Josh Micich 61fc4d0329 Added test to confirm proper handling of MissingArgEval when returned from IF() or CHOOSE() 14 years ago
  Josh Micich 30dcd66257 Improvements to patch 47809 (support for UDFs) 14 years ago
  Josh Micich 8b72143476 Bugzilla 47721 - Added implementation for INDIRECT() 15 years ago
  Josh Micich e2d8007f66 Changes to formula evaluation allowing for reduced memory usage 15 years ago
  Josh Micich b3959ec237 Merged revisions 703063 via svnmerge from 15 years ago
  Josh Micich d467f76254 Performance optimisation for EvaluationCache. Changed to use HSSFCell as key into cache entry map. Reduced dependency information storage for blank cells. Introduced EvaluationSheet and EvaluationCell interfaces. Modified HSSFFormulaEvaluator API to have simpler notify~ methods 15 years ago
  Josh Micich 8bfd149414 Merged revisions 699178,699487,699489,699761 via svnmerge from 15 years ago
  Josh Micich c819babd6e Bug 45865 - modified Formula Parser/Evaluator to handle cross-worksheet formulas 15 years ago
  Josh Micich 3e317e0747 Changed HSSFEvaluationWorkbook to avoid re-parsing cell formulas during execution. (working towards fix for bug 45865) 15 years ago