| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | JaCoCo 0.7.x requires asm-5 | Dominik Stadler | 2014-07-23 | 1 | -3/+3 |
* | 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 | 8 | -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 |
* | The way that HSSF and XSSF stores references to external sheets are rather di... | Nick Burch | 2014-07-19 | 10 | -117/+301 |
* | There can be more than one linked ExternalLinks table for a workbook #56744 | Nick Burch | 2014-07-19 | 4 | -13/+128 |
* | Turns out that .xlsx files can have multiple link tables, add a test file whi... | Nick Burch | 2014-07-19 | 2 | -0/+7 |
* | Convert test to junit 4, and stub out the additional 3d ref tests we need to ... | Nick Burch | 2014-07-19 | 1 | -7/+56 |
* | Stub the unit test which is the next thing to need to work for progress on #5... | Nick Burch | 2014-07-18 | 1 | -4/+27 |
* | Bit more towards XSSF name support for #56737, will need some deeper changes ... | Nick Burch | 2014-07-18 | 3 | -8/+26 |
* | Initial support for XSSF External Links tables, which hold references to othe... | Nick Burch | 2014-07-18 | 4 | -2/+280 |
* | Leave part disabled for now | Nick Burch | 2014-07-18 | 1 | -1/+2 |
* | Start to support formula parsing of sheet-specified named ranges, required fo... | Nick Burch | 2014-07-18 | 10 | -60/+192 |
* | Update bug reference numbers, and bring over part of a test from unfixed that... | Nick Burch | 2014-07-18 | 4 | -16/+36 |
* | Have WorkbookEvaluator process NameXPtgs, rather than returning a NameXEval w... | Nick Burch | 2014-07-18 | 5 | -27/+86 |
* | #56737 Sometimes Excel writes an internal reference to a local name in an odd... | Nick Burch | 2014-07-18 | 5 | -19/+116 |
* | Add disabled unit tests for bug #56737, which currently fails (differently) f... | Nick Burch | 2014-07-17 | 4 | -0/+78 |
* | Fix for #56702 - If a cell is of type numeric but has an empty <v/> tag, retu... | Nick Burch | 2014-07-14 | 3 | -1/+28 |
* | This bug has been fixed, so re-enable the unit test | Nick Burch | 2014-07-03 | 1 | -1/+1 |
* | Add a disabled unit test for bug #56420 | Nick Burch | 2014-07-03 | 2 | -0/+17 |
* | Update the CheckFunctionsSupported example to take advantage of the new NotIm... | Nick Burch | 2014-07-03 | 1 | -4/+9 |
* | When throwing an exception during formula evaluation, if this is due to an un... | Nick Burch | 2014-07-03 | 6 | -24/+91 |