summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix documentation revisionREL_3_11_BETA2Uwe Schindler2014-08-170-0/+0
* Tag releaseUwe Schindler2014-08-170-0/+0
* More cleanups for bug #56814 and some more external entity leaks of #56164Uwe Schindler2014-08-1310-81/+109
* Add some extra safety test to check that external entities are not loaded by ...Uwe Schindler2014-08-122-0/+47
* Fix bug #56814 - Switch from dom4j to JAXPUwe Schindler2014-08-1219-643/+387
* Add myself to keys fileUwe Schindler2014-08-101-0/+148
* Correct xmlbeans 2.6 urlNick Burch2014-08-051-1/+1
* Fix bug #56812 - In XSLF provide a way to get the URI of externally linked pi...Nick Burch2014-08-042-9/+72
* Add a disabled unit test for bug #56812, based on code and file from Geoff Wr...Nick Burch2014-08-043-10/+44
* Before parsing an OOXML document, reset the xmlbeans sax parser to avoid the ...Nick Burch2014-08-043-7/+20
* Change the default XMLBeans version used for running to be 2.6, leave 2.3 for...Nick Burch2014-08-043-14/+22
* Add another test file for #54764, and a test that uses itNick Burch2014-08-042-3/+15
* Apply suggestions from Uwe Schindler for more secure xml defaults for #54764 ...Nick Burch2014-08-043-1/+53
* * Ensure that some older versions of third-party libraries are removed when w...Dominik Stadler2014-08-031-3/+17
* Another test for NPOIFS in-place writing support - probably the deletion of a...Andreas Beeker2014-08-023-1/+43
* Fix bug #56800 - Provide a helpful exception, XLSBUnsupportedException, if XS...Nick Burch2014-08-017-12/+126
* Prep for 3.11 beta 1Nick Burch2014-07-310-0/+0
* Prep for 3.11 beta 1Nick Burch2014-07-311-2/+2
* Fix bug #55196 - Correct XWPF createTOC handling of short style namesNick Burch2014-07-311-1/+1
* Fix bug #55050 - If the start+end row and cell are the same on an AreaPtg, av...Nick Burch2014-07-312-2/+31
* Fix bug 54725 - HWPF where no parent style CHP exists, use an emptyNick Burch2014-07-311-2/+3
* Fix bug #56502 - When shifting XSSF rows with formula cells, if the formula c...Nick Burch2014-07-313-6/+45
* Fix bug #56527 - Avoid NPE from XSSFHyperLink when setting the cellNick Burch2014-07-312-16/+71
* Fix javadoc warningsNick Burch2014-07-312-9/+9
* Fix bug #53984 - Support the ColInfoRecord coming after the cells, rather tha...Nick Burch2014-07-316-9/+102
* Correct logic for the start-of-sheet missing rows, for event user model, and ...Nick Burch2014-07-303-3/+21
* Generics fixesNick Burch2014-07-301-3/+4
* Start on details tests for bug #53433Nick Burch2014-07-303-2/+415
* Unit test to show that bug #53494 has already been fixedNick Burch2014-07-301-0/+26
* #56132 Allow XSSF formula evaluation to also skip missing external workbook r...Nick Burch2014-07-307-26/+90
* Slightly modified test file for bug #56132 - xlsx file with inline references...Nick Burch2014-07-301-0/+0
* XSSF external workbook lookup support for in-line file:/// based book "numbers"Nick Burch2014-07-301-2/+35
* Convert the test to using interfacesNick Burch2014-07-301-23/+28
* SVN mimetypes for Word filesNick Burch2014-07-300-0/+0
* SVN mimetypes for PowerPoint filesNick Burch2014-07-300-0/+0
* More mimetype updatesNick Burch2014-07-300-0/+0
* More Excel test file mimetypes in svnNick Burch2014-07-300-0/+0
* Correct the mimetype in svn for test spreadsheet filesNick Burch2014-07-300-0/+0
* Updated patch from Marc from #55927 - handle date formulas tooNick Burch2014-07-303-6/+12
* Add row label getter for Pivot Tables, and use this in unit testsNick Burch2014-07-303-20/+46
* Patch from Sofia Larsson and Martin Andersson from bug #56020 - XSSF support ...Nick Burch2014-07-3013-7/+1479
* Exclude the release notes and readmes from the rat checksNick Burch2014-07-301-0/+1
* Change XSSFSheetXMLHandler.SheetContentsHandler to require fewer backwards in...Nick Burch2014-07-302-8/+8
* Add a target to help with generating the release notesNick Burch2014-07-301-1/+12
* Add simple unit test to verify that Bug 42016 was fixed already by some other...Dominik Stadler2014-07-282-0/+9
* Add unit test for bug 37625 which verifies that this file can now be loadedDominik Stadler2014-07-272-1/+18
* Add/Fix some JavadocDominik Stadler2014-07-273-5/+64
* Unit test to show that bug #52111 (intersect formulas) was already solvedNick Burch2014-07-262-0/+20
* HSSF and XSSF Multi-Sheet formula reference tests from Radoslav from bug #55906Nick Burch2014-07-266-0/+711
* Complete evaluation support for multi-sheet references for bug #55906Nick Burch2014-07-259-38/+70