| Commit message (Expand) | Author | Age | Files | Lines |
* | Start preparing LazyAreaEval and LazyRefEval to handle sheet ranges, for #55906 | Nick Burch | 2014-07-25 | 5 | -41/+88 |
* | Update the XSSF getExternalSheet method signature, to start to prepare for sh... | Nick Burch | 2014-07-25 | 5 | -9/+16 |
* | More tests for #55906, and provide a new eval that lets you get at evals for ... | Nick Burch | 2014-07-25 | 3 | -4/+88 |
* | Areas can have multi-sheet references too, so add FormulaParser support to th... | Nick Burch | 2014-07-25 | 6 | -25/+118 |
* | Update Ref3DPxg to support multi-sheet ranges too, for #55906 | Nick Burch | 2014-07-25 | 3 | -27/+44 |
* | Refactor to reduce clutter | Nick Burch | 2014-07-25 | 1 | -33/+9 |
* | More progress towards #55906 - Have the ExternSheet references set up for mul... | Nick Burch | 2014-07-25 | 6 | -27/+85 |
* | More progress towards #55906 - FormulaParser is able to identify and parse mu... | Nick Burch | 2014-07-24 | 5 | -19/+146 |
* | More internal method signature updates, for HSSF external sheets being possib... | Nick Burch | 2014-07-24 | 4 | -16/+38 |
* | Rename some of the internal HSSF sheet lookup methods which deal with externa... | Nick Burch | 2014-07-24 | 10 | -35/+114 |
* | #55906 Extern Sheet References can have a last as well as a first sheet | Nick Burch | 2014-07-24 | 1 | -0/+11 |
* | Disabled unit tests for multi-sheet references, see bug #55906 | Nick Burch | 2014-07-24 | 2 | -1/+146 |
* | Patch from Shaun Kalley from bug #56023 - Allow XSSF event model to find + re... | Nick Burch | 2014-07-24 | 3 | -17/+246 |
* | Patch from thaichat04 from bug #56194 - HPSF thumbnail format tags are int no... | Nick Burch | 2014-07-24 | 2 | -2/+13 |
* | Patch from Raúl Wegmann from bug #56735 / GitHub Pull #10 - Rationalise POI ... | Nick Burch | 2014-07-24 | 14 | -71/+147 |
* | To avoid problems on strange platforms, tell xmlbeans to use UTF-8 for string... | Nick Burch | 2014-07-24 | 1 | -0/+1 |
* | XSSF table example, from Sofia Larsson from bug #55562 | Nick Burch | 2014-07-24 | 1 | -0/+92 |
* | For places where an ordered collection is created and used within the context... | Nick Burch | 2014-07-24 | 6 | -43/+52 |
* | Fix javadoc warning | Nick Burch | 2014-07-24 | 1 | -1/+1 |
* | Correct HSSFOptimiser logic for the case where the to-keep style wasn't previ... | Nick Burch | 2014-07-24 | 2 | -0/+27 |
* | Fix inconsistent whitespace | Nick Burch | 2014-07-24 | 1 | -118/+117 |
* | When evaluating a name in another workbook, need to use an OperationEvaluatio... | Nick Burch | 2014-07-24 | 2 | -11/+16 |
* | Don't fetch the name, convert to a ptg, then convert back again, instead simp... | Nick Burch | 2014-07-24 | 1 | -7/+2 |
* | Get further with the XSSF formula reference evaluation testing | Nick Burch | 2014-07-23 | 1 | -2/+9 |
* | Further XSSF external name evaluation lookup support | Nick Burch | 2014-07-23 | 1 | -2/+8 |
* | Fix test to make it work on different date as well | Dominik Stadler | 2014-07-23 | 1 | -6/+7 |
* | Bug 56688: Fix border cases in EDATE function: handle RefEval and BlankEval a... | Dominik Stadler | 2014-07-22 | 4 | -52/+191 |
* | Fix formatting of trailing comma in HexDumps, cover class fully with tests | Dominik Stadler | 2014-07-22 | 2 | -3/+174 |
* | Use the link table when looking up external xssf names | Nick Burch | 2014-07-21 | 1 | -5/+12 |
* | Generalise the CollaboratingWorkbooksEnvironment setup, so that XSSF can use ... | Nick Burch | 2014-07-21 | 7 | -10/+131 |
* | Fix inconsistent whitespace | Nick Burch | 2014-07-21 | 1 | -119/+118 |
* | Allow creating a CollaboratingWorkbooksEnvironment from a Map too, not only a... | Nick Burch | 2014-07-21 | 1 | -21/+41 |
* | Correct non-sheet-based NameXPxg formula rendering, and add tests | Nick Burch | 2014-07-21 | 2 | -1/+44 |
* | More unit tests for #56737 and #56752 | Nick Burch | 2014-07-20 | 1 | -2/+56 |
* | Comments updates | Nick Burch | 2014-07-20 | 2 | -3/+14 |
* | Change how we update sheet names in XSSF formulas and names, when renaming sh... | Nick Burch | 2014-07-20 | 4 | -49/+41 |
* | XSSF Pxgs must escape sheet names where required when generating the formula ... | Nick Burch | 2014-07-20 | 5 | -4/+19 |
* | Common interface across the XSSF Ptg / Pxg classes | Nick Burch | 2014-07-20 | 5 | -4/+49 |
* | Rename missing from previous commit | Nick Burch | 2014-07-20 | 2 | -10/+10 |
* | Update the formula evaluator to support XSSF style external named ranges too | Nick Burch | 2014-07-20 | 14 | -101/+367 |
* | Better reporting on why a test is failing, and partial NameXPxg eval | Nick Burch | 2014-07-19 | 3 | -4/+31 |
* | Complete the XSSF Formula Parser tests for #56737 | Nick Burch | 2014-07-19 | 1 | -8/+22 |
* | Move towards supporting same workbook named ranges in external style for xssf | Nick Burch | 2014-07-19 | 4 | -37/+61 |
* | Start to add XSSF specific handling for NameX (named ranges or functions from... | Nick Burch | 2014-07-19 | 8 | -51/+263 |
* | Provide XSSF-style external sheet support for areas, similar to the recent ce... | Nick Burch | 2014-07-19 | 4 | -16/+35 |
* | Fix inconsistent indents/whitespace | Nick Burch | 2014-07-19 | 3 | -297/+296 |
* | Start to update how the formula parser looks up sheets from formula ptgs, to ... | Nick Burch | 2014-07-19 | 7 | -30/+92 |
* | Fix inconsistent indents | Nick Burch | 2014-07-19 | 2 | -151/+150 |
* | The Event User Model fake-workbook for formula evaluations needs to know abou... | Nick Burch | 2014-07-19 | 3 | -6/+21 |
* | Fix Generics warnings | Nick Burch | 2014-07-19 | 1 | -7/+7 |