summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Correct HSSFOptimiser logic for the case where the to-keep style wasn't previ...Nick Burch2014-07-242-0/+27
* Fix inconsistent whitespaceNick Burch2014-07-241-118/+117
* When evaluating a name in another workbook, need to use an OperationEvaluatio...Nick Burch2014-07-242-11/+16
* Don't fetch the name, convert to a ptg, then convert back again, instead simp...Nick Burch2014-07-241-7/+2
* Get further with the XSSF formula reference evaluation testingNick Burch2014-07-231-2/+9
* Further XSSF external name evaluation lookup supportNick Burch2014-07-231-2/+8
* JaCoCo 0.7.x requires asm-5Dominik Stadler2014-07-231-3/+3
* Fix test to make it work on different date as wellDominik Stadler2014-07-231-6/+7
* Bug 56688: Fix border cases in EDATE function: handle RefEval and BlankEval a...Dominik Stadler2014-07-228-52/+191
* Fix formatting of trailing comma in HexDumps, cover class fully with testsDominik Stadler2014-07-222-3/+174
* Use the link table when looking up external xssf namesNick Burch2014-07-211-5/+12
* Generalise the CollaboratingWorkbooksEnvironment setup, so that XSSF can use ...Nick Burch2014-07-217-10/+131
* Fix inconsistent whitespaceNick Burch2014-07-211-119/+118
* Allow creating a CollaboratingWorkbooksEnvironment from a Map too, not only a...Nick Burch2014-07-211-21/+41
* Correct non-sheet-based NameXPxg formula rendering, and add testsNick Burch2014-07-212-1/+44
* More unit tests for #56737 and #56752Nick Burch2014-07-201-2/+56
* Comments updatesNick Burch2014-07-202-3/+14
* Change how we update sheet names in XSSF formulas and names, when renaming sh...Nick Burch2014-07-204-49/+41
* XSSF Pxgs must escape sheet names where required when generating the formula ...Nick Burch2014-07-205-4/+19
* Common interface across the XSSF Ptg / Pxg classesNick Burch2014-07-205-4/+49
* Rename missing from previous commitNick Burch2014-07-202-10/+10
* Update the formula evaluator to support XSSF style external named ranges tooNick Burch2014-07-2014-101/+367
* Better reporting on why a test is failing, and partial NameXPxg evalNick Burch2014-07-193-4/+31
* Complete the XSSF Formula Parser tests for #56737Nick Burch2014-07-191-8/+22
* Move towards supporting same workbook named ranges in external style for xssfNick Burch2014-07-194-37/+61
* Start to add XSSF specific handling for NameX (named ranges or functions from...Nick Burch2014-07-198-51/+263
* Provide XSSF-style external sheet support for areas, similar to the recent ce...Nick Burch2014-07-194-16/+35
* Fix inconsistent indents/whitespaceNick Burch2014-07-193-297/+296
* Start to update how the formula parser looks up sheets from formula ptgs, to ...Nick Burch2014-07-197-30/+92
* Fix inconsistent indentsNick Burch2014-07-192-151/+150
* The Event User Model fake-workbook for formula evaluations needs to know abou...Nick Burch2014-07-193-6/+21
* Fix Generics warningsNick Burch2014-07-191-7/+7
* The way that HSSF and XSSF stores references to external sheets are rather di...Nick Burch2014-07-1910-117/+301
* There can be more than one linked ExternalLinks table for a workbook #56744Nick Burch2014-07-194-13/+128
* Turns out that .xlsx files can have multiple link tables, add a test file whi...Nick Burch2014-07-192-0/+7
* Convert test to junit 4, and stub out the additional 3d ref tests we need to ...Nick Burch2014-07-191-7/+56
* Stub the unit test which is the next thing to need to work for progress on #5...Nick Burch2014-07-181-4/+27
* Bit more towards XSSF name support for #56737, will need some deeper changes ...Nick Burch2014-07-183-8/+26
* Initial support for XSSF External Links tables, which hold references to othe...Nick Burch2014-07-184-2/+280
* Leave part disabled for nowNick Burch2014-07-181-1/+2
* Start to support formula parsing of sheet-specified named ranges, required fo...Nick Burch2014-07-1810-60/+192
* Update bug reference numbers, and bring over part of a test from unfixed that...Nick Burch2014-07-184-16/+36
* Have WorkbookEvaluator process NameXPtgs, rather than returning a NameXEval w...Nick Burch2014-07-185-27/+86
* #56737 Sometimes Excel writes an internal reference to a local name in an odd...Nick Burch2014-07-185-19/+116
* Add disabled unit tests for bug #56737, which currently fails (differently) f...Nick Burch2014-07-174-0/+78
* Fix for #56702 - If a cell is of type numeric but has an empty <v/> tag, retu...Nick Burch2014-07-143-1/+28
* This bug has been fixed, so re-enable the unit testNick Burch2014-07-031-1/+1
* Add a disabled unit test for bug #56420Nick Burch2014-07-032-0/+17
* Update the CheckFunctionsSupported example to take advantage of the new NotIm...Nick Burch2014-07-031-4/+9
* When throwing an exception during formula evaluation, if this is due to an un...Nick Burch2014-07-036-24/+91