32 次代码提交 (0e0afb3c72666c3ece13ea0d1aa46b31e8dd6276)

作者 SHA1 备注 提交日期
  Javen O'Neal 0e0afb3c72 bug 57840: add disabled unit test with large number of structured reference formulas 8 年前
  Javen O'Neal 962d0829f1 bug 57721: add unit test for evaluating all formulas in a workbook containing structured reference formulas; patch from gruber.chri@gmx.at 8 年前
  Andreas Beeker 461375359c fixed sonar issues and eclipse warnings 8 年前
  Dominik Stadler 4589cb309e Bug 56655: Fix Sumifs for cases where the criteria is in error. 9 年前
  Nick Burch bc64486226 Some more XSSF testing for #57184 9 年前
  Nick Burch 36142247f4 More disabled unit tests relating to external workbook formula references 9 年前
  Nick Burch f0b083dae3 Comment out work-in-progress extension to test 9 年前
  Nick Burch 4cb616f1f3 Add missing HSSFWorkbook constructor javadocs #57166 9 年前
  Andreas Beeker 56051c3e44 merge with trunk 9 年前
  Dominik Stadler 94edf46bbf Bug 48195: Formulas: Fix incorrect evaluation of IF() with ROW()/COLUMN() as else-result 9 年前
  Nick Burch 07a2d641a6 HSSF and XSSF Multi-Sheet formula reference tests from Radoslav from bug #55906 10 年前
  Nick Burch cd7de7d482 Complete evaluation support for multi-sheet references for bug #55906 10 年前
  Nick Burch 93f8a87e96 Allow XSSF to evaluate multi-sheet references too, for #55906 10 年前
  Nick Burch 8cf36ccc1a Split the reference and area tests for #55906 10 年前
  Nick Burch e1f4548dcf More tests for #55906, and provide a new eval that lets you get at evals for many sheets 10 年前
  Nick Burch f19982e245 Areas can have multi-sheet references too, so add FormulaParser support to these as well 10 年前
  Nick Burch 2a2cb871d6 Disabled unit tests for multi-sheet references, see bug #55906 10 年前
  Nick Burch ca59e31371 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 38434a684e Get further with the XSSF formula reference evaluation testing 10 年前
  Nick Burch 70f40542fd Generalise the CollaboratingWorkbooksEnvironment setup, so that XSSF can use it too 10 年前
  Nick Burch 01a9024f55 More unit tests for #56737 and #56752 10 年前
  Yegor Kozlov e3f83511dc optimized unused imports and removed deprecation warnings in poi-ooxml 12 年前
  Yegor Kozlov 8e4d2bbba3 Fixed evaluation of cell references with column index greater than 255, see bugzilla 50096 13 年前
  Yegor Kozlov 45f1391ee7 fixed evaluation of shared formulas in XSSF, see Bugzilla 49872 13 年前
  Yegor Kozlov e99294ebc5 fixed XSSFFormulaEvaluator to support blank cells, added BaseTestFormulaEvaluator - a common superclass for testing implementations of FormulaEvaluator 14 年前
  Josh Micich bb7b42c126 Fixing compiler warnings - unboxing parameter to overloaded method, unnecessary typecast 15 年前
  Josh Micich 2f9d1466a8 Removed static void main(String[]) methods from junit classes. Other minor clean-up. 15 年前
  Yegor Kozlov a2d45f6454 fixed formula parser to correctly resolve sheet-level names 15 年前
  Yegor Kozlov 27f601e40e 1. added support for shared formulas in XSSF, see bug #464332. improved validation of workbook-global and sheet-global names 15 年前
  Yegor Kozlov 968c6493a5 1. important algorithmic improvements of XSSFRow and XSSFSheet, removed LinkedList in favor of TreeMap, that allowed O(Log(N)) performance instead of O(N) when adding new rows and cells2. Revised cell value accessors in XSSFCell. Now both HSSF and XSSF handle various cell types equally. The same exceptions are thrown in case of type mismatch, same behaviour when setting nulls, etc. 15 年前
  Josh Micich 02b99aeedd Merged revisions 696860,696898 via svnmerge from 16 年前
  Josh Micich 79b3c17290 fixed bug in junit which was exposed due to new caching feature of the formula evaluator 16 年前
  Nick Burch 0cd7ba4ad2 Few little short/int tweaks, and then tests to show that FormulaEvaluator plays nicely with xssf 16 年前