32 Commits (0e0afb3c72666c3ece13ea0d1aa46b31e8dd6276)

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