aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix possible ArrayIndexOutOfBoundsException seen with some word documentsDominik Stadler2015-04-202-1/+1
* Avoid NullPointerException if an image cannot be readDominik Stadler2015-04-202-0/+4
* Detect if a file is actually PDF instead of .doc similar to how it is already...Dominik Stadler2015-04-201-2/+4
* Add missing nested Exception in thrown ExceptionDominik Stadler2015-04-191-1/+1
* Patch from Jon Scharff from bug #57820 - Avoid NPE on HSLF Tables with a top...Nick Burch2015-04-183-1/+33
* Adjust Eclipse project settings to ensure that files are read as UTF-8 on Win...Dominik Stadler2015-04-161-0/+2
* Bug 57163: Fix possible NullPointerException when a spreadsheet has no LinkTa...Dominik Stadler2015-04-133-5/+16
* Bug 56579: Throw exception if max string length of 32767 chars is exceeded in...Dominik Stadler2015-04-038-65/+141
* XMLPrettyPrint: Don't try to pretty-print non-XML files and print out which f...Dominik Stadler2015-04-032-8/+24
* Bug 55386: Fix handling of bold formatting in example application 'ToHtml'Dominik Stadler2015-03-221-3/+7
* Integration test: Do a few more things with the MapiMessageDominik Stadler2015-03-221-0/+15
* Add test-document from bug 53379 to verify in integration tests that text ext...Dominik Stadler2015-03-221-0/+0
* Integration tests: Expect exception for old word documents and still run the ...Dominik Stadler2015-03-224-12/+50
* Add test-document to verify that bug 51921 is fixed alreadyDominik Stadler2015-03-225-4/+29
* Add test from bug 49423 to verify that the problem was fixed in the meantimeDominik Stadler2015-03-222-0/+33
* Eclipse warnings, Generics, unused members in some exapmles and scratchpad cl...Dominik Stadler2015-03-2213-67/+61
* Add more test-files from bug 44501, all seem to work fine nowDominik Stadler2015-03-226-1/+19
* Bug 47304: use fixed encoding when extracting text in WordDocumentDominik Stadler2015-03-224-2/+84
* Bug 56017: fix shifting comments with shifted rows and move some more tests i...Dominik Stadler2015-03-157-163/+275
* Remove Javadoc/Eclipse warningsDominik Stadler2015-03-141-3/+5
* Bug 56295: Fix cloning of styles across workbooks and handling of default val...Dominik Stadler2015-03-144-18/+90
* Add second verification of bug 56325 to ensure it is really fixedDominik Stadler2015-03-142-0/+29
* Remove some findbugs warnings about missing close of streams, use existing IO...Dominik Stadler2015-03-146-48/+66
* Also write findbugs.xml file for reading the results in ^Cnkins buildsDominik Stadler2015-03-141-1/+24
* Detect OOXML-strict, and give more helpful exceptions for themNick Burch2015-03-134-7/+42
* Fix inconsistent indentsNick Burch2015-03-131-56/+56
* More relation typesNick Burch2015-03-131-5/+16
* Stub unit tests for #57699Nick Burch2015-03-132-0/+28
* Bug 56380: Remove limitation of 1024 comments per WorkbookDominik Stadler2015-03-134-42/+200
* Exclude the OOXML strict files for now, not yet supported, see bug #57699Nick Burch2015-03-131-0/+5
* Add some sample Strict ooxml files, from Excel 2013Nick Burch2015-03-134-0/+0
* Verify that document from bug 56392 worksDominik Stadler2015-03-112-1/+12
* Add helper test to verify that vsdx cannot even be loaded by POIXMLDocument c...Dominik Stadler2015-03-111-0/+29
* No support as yet for the OOXML visio files, so have these ignoredNick Burch2015-03-111-1/+9
* Fix inconsistent indentsNick Burch2015-03-111-172/+172
* Bug 56467: Fix cloning of sheets with picturesDominik Stadler2015-03-112-3/+35
* Add testcase which verifies that bug 56820 was solved by some other fix alreadyDominik Stadler2015-03-111-0/+76
* Remove unused importDominik Stadler2015-03-111-2/+0
* Fix inconsistent indentsNick Burch2015-03-111-629/+628
* Give a more helpful exception if a Visio VSDX ooxml file is passed to Extract...Nick Burch2015-03-113-3/+34
* Patch from tntim96 from bug #56799 - Include CTTblGrid in the smaller poi-oox...Nick Burch2015-03-051-0/+12
* Bug 57165: also verify that createSheet() had the same problem and is also fi...Dominik Stadler2015-03-011-0/+20
* Bug 57165: Avoid PartAlreadyExistsException when removing/cloning sheetsDominik Stadler2015-03-016-38/+79
* Add missing close and handle theme-pptx in ExtractorFactory. Add creating sli...Dominik Stadler2015-03-012-4/+71
* Link to the replacement constructions for the deprecated ones, and a few extr...Nick Burch2015-02-281-8/+20
* More missing core properties unit tests, covering read-write without checks, ...Nick Burch2015-02-282-7/+71
* Ensure that the core properties are there before saving them, in case they ha...Nick Burch2015-02-281-1/+3
* Move test-case to location where the scratchpad-classes are availableDominik Stadler2015-02-272-23/+27
* * Verify some more Text-Extraction features as part of integration tests, fix...Dominik Stadler2015-02-2712-135/+355
* Add missing javadoc-headerDominik Stadler2015-02-271-0/+16