| Commit message (Expand) | Author | Age | Files | Lines |
* | fix documentation revisionREL_3_11_BETA2 | Uwe Schindler | 2014-08-17 | 0 | -0/+0 |
* | Tag release | Uwe Schindler | 2014-08-17 | 0 | -0/+0 |
* | More cleanups for bug #56814 and some more external entity leaks of #56164 | Uwe Schindler | 2014-08-13 | 10 | -81/+109 |
* | Add some extra safety test to check that external entities are not loaded by ... | Uwe Schindler | 2014-08-12 | 2 | -0/+47 |
* | Fix bug #56814 - Switch from dom4j to JAXP | Uwe Schindler | 2014-08-12 | 19 | -643/+387 |
* | Add myself to keys file | Uwe Schindler | 2014-08-10 | 1 | -0/+148 |
* | Correct xmlbeans 2.6 url | Nick Burch | 2014-08-05 | 1 | -1/+1 |
* | Fix bug #56812 - In XSLF provide a way to get the URI of externally linked pi... | Nick Burch | 2014-08-04 | 2 | -9/+72 |
* | Add a disabled unit test for bug #56812, based on code and file from Geoff Wr... | Nick Burch | 2014-08-04 | 3 | -10/+44 |
* | Before parsing an OOXML document, reset the xmlbeans sax parser to avoid the ... | Nick Burch | 2014-08-04 | 3 | -7/+20 |
* | Change the default XMLBeans version used for running to be 2.6, leave 2.3 for... | Nick Burch | 2014-08-04 | 3 | -14/+22 |
* | Add another test file for #54764, and a test that uses it | Nick Burch | 2014-08-04 | 2 | -3/+15 |
* | Apply suggestions from Uwe Schindler for more secure xml defaults for #54764 ... | Nick Burch | 2014-08-04 | 3 | -1/+53 |
* | * Ensure that some older versions of third-party libraries are removed when w... | Dominik Stadler | 2014-08-03 | 1 | -3/+17 |
* | 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 | 7 | -12/+126 |
* | Prep for 3.11 beta 1 | Nick Burch | 2014-07-31 | 0 | -0/+0 |
* | Prep for 3.11 beta 1 | Nick Burch | 2014-07-31 | 1 | -2/+2 |
* | 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 | 3 | -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 | 6 | -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 | 3 | -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 |
* | Slightly modified test file for bug #56132 - xlsx file with inline references... | Nick Burch | 2014-07-30 | 1 | -0/+0 |
* | 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 |
* | SVN mimetypes for Word files | Nick Burch | 2014-07-30 | 0 | -0/+0 |
* | SVN mimetypes for PowerPoint files | Nick Burch | 2014-07-30 | 0 | -0/+0 |
* | More mimetype updates | Nick Burch | 2014-07-30 | 0 | -0/+0 |
* | More Excel test file mimetypes in svn | Nick Burch | 2014-07-30 | 0 | -0/+0 |
* | Correct the mimetype in svn for test spreadsheet files | Nick Burch | 2014-07-30 | 0 | -0/+0 |
* | Updated patch from Marc from #55927 - handle date formulas too | Nick Burch | 2014-07-30 | 3 | -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 |
* | Exclude the release notes and readmes from the rat checks | Nick Burch | 2014-07-30 | 1 | -0/+1 |
* | Change XSSFSheetXMLHandler.SheetContentsHandler to require fewer backwards in... | Nick Burch | 2014-07-30 | 2 | -8/+8 |
* | Add a target to help with generating the release notes | Nick Burch | 2014-07-30 | 1 | -1/+12 |
* | Add simple unit test to verify that Bug 42016 was fixed already by some other... | Dominik Stadler | 2014-07-28 | 2 | -0/+9 |
* | Add unit test for bug 37625 which verifies that this file can now be loaded | Dominik Stadler | 2014-07-27 | 2 | -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 | 2 | -0/+20 |
* | HSSF and XSSF Multi-Sheet formula reference tests from Radoslav from bug #55906 | Nick Burch | 2014-07-26 | 6 | -0/+711 |
* | Complete evaluation support for multi-sheet references for bug #55906 | Nick Burch | 2014-07-25 | 9 | -38/+70 |