| Commit message (Expand) | Author | Age | Files | Lines |
* | Start on details tests for bug #53433 | Nick Burch | 2014-07-30 | 1 | -1/+10 |
* | #56132 Allow XSSF formula evaluation to also skip missing external workbook r... | Nick Burch | 2014-07-30 | 3 | -18/+21 |
* | Patch from Sofia Larsson and Martin Andersson from bug #56020 - XSSF support ... | Nick Burch | 2014-07-30 | 1 | -0/+56 |
* | Add/Fix some Javadoc | Dominik Stadler | 2014-07-27 | 3 | -5/+64 |
* | Complete evaluation support for multi-sheet references for bug #55906 | Nick Burch | 2014-07-25 | 4 | -31/+51 |
* | Begin required interface + base-class support for multi-sheet area references... | Nick Burch | 2014-07-25 | 5 | -23/+81 |
* | Allow XSSF to evaluate multi-sheet references too, for #55906 | Nick Burch | 2014-07-25 | 1 | -4/+6 |
* | Update the RefEval method signature to cope with multi-sheet references, and ... | Nick Burch | 2014-07-25 | 19 | -64/+201 |
* | 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 | 4 | -6/+6 |
* | More tests for #55906, and provide a new eval that lets you get at evals for ... | Nick Burch | 2014-07-25 | 2 | -3/+58 |
* | Areas can have multi-sheet references too, so add FormulaParser support to th... | Nick Burch | 2014-07-25 | 2 | -11/+33 |
* | Update Ref3DPxg to support multi-sheet ranges too, for #55906 | Nick Burch | 2014-07-25 | 1 | -13/+36 |
* | 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 | 4 | -17/+71 |
* | More progress towards #55906 - FormulaParser is able to identify and parse mu... | Nick Burch | 2014-07-24 | 3 | -3/+70 |
* | 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 | 8 | -31/+106 |
* | #55906 Extern Sheet References can have a last as well as a first sheet | Nick Burch | 2014-07-24 | 1 | -0/+11 |
* | Patch from thaichat04 from bug #56194 - HPSF thumbnail format tags are int no... | Nick Burch | 2014-07-24 | 1 | -2/+2 |
* | Patch from Raúl Wegmann from bug #56735 / GitHub Pull #10 - Rationalise POI ... | Nick Burch | 2014-07-24 | 2 | -30/+120 |
* | 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 | 1 | -0/+4 |
* | 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 | 1 | -8/+14 |
* | Don't fetch the name, convert to a ptg, then convert back again, instead simp... | Nick Burch | 2014-07-24 | 1 | -7/+2 |
* | Bug 56688: Fix border cases in EDATE function: handle RefEval and BlankEval a... | Dominik Stadler | 2014-07-22 | 1 | -4/+11 |
* | Fix formatting of trailing comma in HexDumps, cover class fully with tests | Dominik Stadler | 2014-07-22 | 1 | -3/+6 |
* | Generalise the CollaboratingWorkbooksEnvironment setup, so that XSSF can use ... | Nick Burch | 2014-07-21 | 5 | -7/+88 |
* | 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 | 1 | -1/+6 |
* | Change how we update sheet names in XSSF formulas and names, when renaming sh... | Nick Burch | 2014-07-20 | 1 | -0/+1 |
* | XSSF Pxgs must escape sheet names where required when generating the formula ... | Nick Burch | 2014-07-20 | 4 | -4/+10 |
* | 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 | 9 | -75/+238 |
* | Better reporting on why a test is failing, and partial NameXPxg eval | Nick Burch | 2014-07-19 | 2 | -2/+21 |
* | Move towards supporting same workbook named ranges in external style for xssf | Nick Burch | 2014-07-19 | 2 | -2/+11 |
* | Start to add XSSF specific handling for NameX (named ranges or functions from... | Nick Burch | 2014-07-19 | 7 | -41/+254 |
* | Provide XSSF-style external sheet support for areas, similar to the recent ce... | Nick Burch | 2014-07-19 | 3 | -13/+26 |
* | 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 | 6 | -26/+75 |
* | Fix inconsistent indents | Nick Burch | 2014-07-19 | 1 | -29/+28 |
* | The Event User Model fake-workbook for formula evaluations needs to know abou... | Nick Burch | 2014-07-19 | 2 | -4/+16 |
* | Fix Generics warnings | Nick Burch | 2014-07-19 | 1 | -7/+7 |
* | The way that HSSF and XSSF stores references to external sheets are rather di... | Nick Burch | 2014-07-19 | 8 | -112/+264 |
* | Start to support formula parsing of sheet-specified named ranges, required fo... | Nick Burch | 2014-07-18 | 5 | -51/+137 |
* | Have WorkbookEvaluator process NameXPtgs, rather than returning a NameXEval w... | Nick Burch | 2014-07-18 | 3 | -21/+75 |
* | #56737 Sometimes Excel writes an internal reference to a local name in an odd... | Nick Burch | 2014-07-18 | 3 | -15/+104 |