28 커밋 (61931b289433469086ba9a0d6325379fc4200494)

작성자 SHA1 메시지 날짜
  centic 2bd8838fd8 Code-style: Unify how arrays are specified from C-style to normal Java-style 5 년 전
  Yegor Kozlov ff6f06cc27 Bugzilla 61116: Formula evaluation fails when using matrix addition within index function call 6 년 전
  Yegor Kozlov 1ccc7bfd46 Bug 61859: support for evaluating comparison operators in array mode, detect array mode from formula ptgs 6 년 전
  Dominik Stadler e57e73fe38 Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessary casts 6 년 전
  PJ Fanning 5ef2f1636c Numeric Array Formula and Matrix Function [from Bob95132] This closes #69 6 년 전
  Greg Woolsey e1f37388fc Fix data validation value list evaluation 7 년 전
  Javen O'Neal 1c2b9b3103 whitespace (tabs to spaces) 8 년 전
  Javen O'Neal 83abda843a bug 57840: apply patch from Daniel Livshen and Greg Woolsey to get structured references working in XSSFWorkbook formulas 8 년 전
  Dominik Stadler a207e463e9 Bug 57925: Add unit test and a simple fix to at least avoid the NPE when Workbooks have invalid external references 8 년 전
  Nick Burch 97c4bbc9b8 Allow XSSF to evaluate multi-sheet references too, for #55906 10 년 전
  Nick Burch d97867e5be Start preparing LazyAreaEval and LazyRefEval to handle sheet ranges, for #55906 10 년 전
  Nick Burch 3e2e01c149 Update the XSSF getExternalSheet method signature, to start to prepare for sheet ranges 10 년 전
  Nick Burch fec4eb7a12 When evaluating a name in another workbook, need to use an OperationEvaluationContext tied to that Workbook, and do so such that XSSF references work too 10 년 전
  Nick Burch 42cd819573 Update the formula evaluator to support XSSF style external named ranges too 10 년 전
  Nick Burch 58096a6862 Start to add XSSF specific handling for NameX (named ranges or functions from another file) #56737 10 년 전
  Nick Burch 86ca81d22f Provide XSSF-style external sheet support for areas, similar to the recent cell reference support. #56737 10 년 전
  Nick Burch 2cd4290460 Start to update how the formula parser looks up sheets from formula ptgs, to account for the differences in how HSSF and XSSF store references to external sheets. For #56737 10 년 전
  Nick Burch 8b0334c701 Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 10 년 전
  Cédric Walter a727830c61 Bug 54720: Support for Row/Col Area Range like 8:8 or H:H 11 년 전
  Yegor Kozlov 2e2559d80a bugzilla 52575: added an option to ignore missing workbook references in formula evaluator 12 년 전
  Yegor Kozlov 82aa0c6f09 moved ptg classes to org.apache.poi.ss.formula.ptg 13 년 전
  Yegor Kozlov e994534f3e moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 13 년 전
  Nick Burch e92c009814 Apply, with a few tweaks, the patch from bug #48996 - initial support for External Name References in HSSF formula evaluation 14 년 전
  Yegor Kozlov 9b208abd09 Support evaluation of indirect defined names in INDIRECT 14 년 전
  Josh Micich 1f22e9c945 updated remaining evaluator functions to implement fixed args interfaces 14 년 전
  Josh Micich cf7f47fbe1 moved lazy ref creation methods to OperationEvaluationContext 14 년 전
  Josh Micich cae73922a6 Improvements to patch 47809 (support for UDFs) 14 년 전
  Josh Micich dd9c89cc43 Bugzilla 47721 - Added implementation for INDIRECT() 15 년 전