| Commit message (Expand) | Author | Age | Files | Lines |
* | Add another test file for #54764, and a test that uses it | Nick Burch | 2014-08-04 | 1 | -3/+15 |
* | Apply suggestions from Uwe Schindler for more secure xml defaults for #54764 ... | Nick Burch | 2014-08-04 | 2 | -1/+53 |
* | Another test for NPOIFS in-place writing support - probably the deletion of a... | Andreas Beeker | 2014-08-02 | 3 | -1/+43 |
* | Fix bug #56800 - Provide a helpful exception, XLSBUnsupportedException, if XS... | Nick Burch | 2014-08-01 | 6 | -12/+126 |
* | Fix bug #55196 - Correct XWPF createTOC handling of short style names | Nick Burch | 2014-07-31 | 1 | -1/+1 |
* | Fix bug #55050 - If the start+end row and cell are the same on an AreaPtg, av... | Nick Burch | 2014-07-31 | 2 | -2/+31 |
* | Fix bug 54725 - HWPF where no parent style CHP exists, use an empty | Nick Burch | 2014-07-31 | 1 | -2/+3 |
* | Fix bug #56502 - When shifting XSSF rows with formula cells, if the formula c... | Nick Burch | 2014-07-31 | 2 | -6/+45 |
* | Fix bug #56527 - Avoid NPE from XSSFHyperLink when setting the cell | Nick Burch | 2014-07-31 | 2 | -16/+71 |
* | Fix javadoc warnings | Nick Burch | 2014-07-31 | 2 | -9/+9 |
* | Fix bug #53984 - Support the ColInfoRecord coming after the cells, rather tha... | Nick Burch | 2014-07-31 | 5 | -9/+102 |
* | Correct logic for the start-of-sheet missing rows, for event user model, and ... | Nick Burch | 2014-07-30 | 3 | -3/+21 |
* | Generics fixes | Nick Burch | 2014-07-30 | 1 | -3/+4 |
* | Start on details tests for bug #53433 | Nick Burch | 2014-07-30 | 2 | -2/+415 |
* | Unit test to show that bug #53494 has already been fixed | Nick Burch | 2014-07-30 | 1 | -0/+26 |
* | #56132 Allow XSSF formula evaluation to also skip missing external workbook r... | Nick Burch | 2014-07-30 | 7 | -26/+90 |
* | XSSF external workbook lookup support for in-line file:/// based book "numbers" | Nick Burch | 2014-07-30 | 1 | -2/+35 |
* | Convert the test to using interfaces | Nick Burch | 2014-07-30 | 1 | -23/+28 |
* | Updated patch from Marc from #55927 - handle date formulas too | Nick Burch | 2014-07-30 | 2 | -6/+12 |
* | Add row label getter for Pivot Tables, and use this in unit tests | Nick Burch | 2014-07-30 | 3 | -20/+46 |
* | Patch from Sofia Larsson and Martin Andersson from bug #56020 - XSSF support ... | Nick Burch | 2014-07-30 | 13 | -7/+1479 |
* | Change XSSFSheetXMLHandler.SheetContentsHandler to require fewer backwards in... | Nick Burch | 2014-07-30 | 2 | -8/+8 |
* | Add simple unit test to verify that Bug 42016 was fixed already by some other... | Dominik Stadler | 2014-07-28 | 1 | -0/+9 |
* | Add unit test for bug 37625 which verifies that this file can now be loaded | Dominik Stadler | 2014-07-27 | 1 | -1/+18 |
* | Add/Fix some Javadoc | Dominik Stadler | 2014-07-27 | 3 | -5/+64 |
* | Unit test to show that bug #52111 (intersect formulas) was already solved | Nick Burch | 2014-07-26 | 1 | -0/+20 |
* | HSSF and XSSF Multi-Sheet formula reference tests from Radoslav from bug #55906 | Nick Burch | 2014-07-26 | 4 | -0/+711 |
* | Complete evaluation support for multi-sheet references for bug #55906 | Nick Burch | 2014-07-25 | 9 | -38/+70 |
* | 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 | 2 | -7/+7 |
* | Split the reference and area tests for #55906 | Nick Burch | 2014-07-25 | 1 | -4/+23 |
* | Update the RefEval method signature to cope with multi-sheet references, and ... | Nick Burch | 2014-07-25 | 22 | -82/+227 |
* | 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 |