| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix indents / whitespace | Nick Burch | 2014-08-22 | 1 | -94/+90 |
* | Include the maximum number of Cell Styles in the spreadsheet versions class | Nick Burch | 2014-08-22 | 1 | -5/+14 |
* | Add Dominik's suggestion to DocumentBuilderFactories. I also removed the setX... | Uwe Schindler | 2014-08-18 | 1 | -12/+20 |
* | Another test for NPOIFS in-place writing support - probably the deletion of a... | Andreas Beeker | 2014-08-02 | 1 | -1/+7 |
* | Fix bug #56800 - Provide a helpful exception, XLSBUnsupportedException, if XS... | Nick Burch | 2014-08-01 | 2 | -2/+33 |
* | Fix bug #55050 - If the start+end row and cell are the same on an AreaPtg, av... | Nick Burch | 2014-07-31 | 1 | -2/+2 |
* | Fix javadoc warnings | Nick Burch | 2014-07-31 | 1 | -1/+1 |
* | Fix bug #53984 - Support the ColInfoRecord coming after the cells, rather tha... | Nick Burch | 2014-07-31 | 4 | -9/+91 |
* | Correct logic for the start-of-sheet missing rows, for event user model, and ... | Nick Burch | 2014-07-30 | 2 | -2/+9 |
* | 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 |