| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 57163: Fix possible NullPointerException when a spreadsheet has no LinkTa... | Dominik Stadler | 2015-04-13 | 2 | -5/+16 |
* | Bug 56579: Throw exception if max string length of 32767 chars is exceeded in... | Dominik Stadler | 2015-04-03 | 8 | -65/+141 |
* | XMLPrettyPrint: Don't try to pretty-print non-XML files and print out which f... | Dominik Stadler | 2015-04-03 | 2 | -8/+24 |
* | Bug 55386: Fix handling of bold formatting in example application 'ToHtml' | Dominik Stadler | 2015-03-22 | 1 | -3/+7 |
* | Integration test: Do a few more things with the MapiMessage | Dominik Stadler | 2015-03-22 | 1 | -0/+15 |
* | Integration tests: Expect exception for old word documents and still run the ... | Dominik Stadler | 2015-03-22 | 3 | -12/+50 |
* | Add test-document to verify that bug 51921 is fixed already | Dominik Stadler | 2015-03-22 | 3 | -4/+29 |
* | Add test from bug 49423 to verify that the problem was fixed in the meantime | Dominik Stadler | 2015-03-22 | 1 | -0/+33 |
* | Eclipse warnings, Generics, unused members in some exapmles and scratchpad cl... | Dominik Stadler | 2015-03-22 | 13 | -67/+61 |
* | Add more test-files from bug 44501, all seem to work fine now | Dominik Stadler | 2015-03-22 | 1 | -1/+19 |
* | Bug 47304: use fixed encoding when extracting text in WordDocument | Dominik Stadler | 2015-03-22 | 3 | -2/+84 |
* | Bug 56017: fix shifting comments with shifted rows and move some more tests i... | Dominik Stadler | 2015-03-15 | 7 | -163/+275 |
* | Remove Javadoc/Eclipse warnings | Dominik Stadler | 2015-03-14 | 1 | -3/+5 |
* | Bug 56295: Fix cloning of styles across workbooks and handling of default val... | Dominik Stadler | 2015-03-14 | 3 | -18/+90 |
* | Add second verification of bug 56325 to ensure it is really fixed | Dominik Stadler | 2015-03-14 | 1 | -0/+29 |
* | Remove some findbugs warnings about missing close of streams, use existing IO... | Dominik Stadler | 2015-03-14 | 6 | -48/+66 |
* | Detect OOXML-strict, and give more helpful exceptions for them | Nick Burch | 2015-03-13 | 4 | -7/+42 |
* | Fix inconsistent indents | Nick Burch | 2015-03-13 | 1 | -56/+56 |
* | More relation types | Nick Burch | 2015-03-13 | 1 | -5/+16 |
* | Stub unit tests for #57699 | Nick Burch | 2015-03-13 | 2 | -0/+28 |
* | Bug 56380: Remove limitation of 1024 comments per Workbook | Dominik Stadler | 2015-03-13 | 4 | -42/+200 |
* | Exclude the OOXML strict files for now, not yet supported, see bug #57699 | Nick Burch | 2015-03-13 | 1 | -0/+5 |
* | Verify that document from bug 56392 works | Dominik Stadler | 2015-03-11 | 1 | -1/+12 |
* | Add helper test to verify that vsdx cannot even be loaded by POIXMLDocument c... | Dominik Stadler | 2015-03-11 | 1 | -0/+29 |
* | No support as yet for the OOXML visio files, so have these ignored | Nick Burch | 2015-03-11 | 1 | -1/+9 |
* | Fix inconsistent indents | Nick Burch | 2015-03-11 | 1 | -172/+172 |
* | Bug 56467: Fix cloning of sheets with pictures | Dominik Stadler | 2015-03-11 | 2 | -3/+35 |
* | Add testcase which verifies that bug 56820 was solved by some other fix already | Dominik Stadler | 2015-03-11 | 1 | -0/+76 |
* | Remove unused import | Dominik Stadler | 2015-03-11 | 1 | -2/+0 |
* | Fix inconsistent indents | Nick Burch | 2015-03-11 | 1 | -629/+628 |
* | Give a more helpful exception if a Visio VSDX ooxml file is passed to Extract... | Nick Burch | 2015-03-11 | 2 | -3/+34 |
* | Patch from tntim96 from bug #56799 - Include CTTblGrid in the smaller poi-oox... | Nick Burch | 2015-03-05 | 1 | -0/+12 |
* | Bug 57165: also verify that createSheet() had the same problem and is also fi... | Dominik Stadler | 2015-03-01 | 1 | -0/+20 |
* | Bug 57165: Avoid PartAlreadyExistsException when removing/cloning sheets | Dominik Stadler | 2015-03-01 | 6 | -38/+79 |
* | Add missing close and handle theme-pptx in ExtractorFactory. Add creating sli... | Dominik Stadler | 2015-03-01 | 2 | -4/+71 |
* | Link to the replacement constructions for the deprecated ones, and a few extr... | Nick Burch | 2015-02-28 | 1 | -8/+20 |
* | More missing core properties unit tests, covering read-write without checks, ... | Nick Burch | 2015-02-28 | 2 | -7/+71 |
* | Ensure that the core properties are there before saving them, in case they ha... | Nick Burch | 2015-02-28 | 1 | -1/+3 |
* | Move test-case to location where the scratchpad-classes are available | Dominik Stadler | 2015-02-27 | 2 | -23/+27 |
* | * Verify some more Text-Extraction features as part of integration tests, fix... | Dominik Stadler | 2015-02-27 | 12 | -135/+355 |
* | Add missing javadoc-header | Dominik Stadler | 2015-02-27 | 1 | -0/+16 |
* | * Add text-extraction verification to integration-tests via a new abstract ba... | Dominik Stadler | 2015-02-27 | 12 | -22/+107 |
* | Adjust tests and fix small typo | Dominik Stadler | 2015-02-27 | 3 | -14/+17 |
* | Adjust to provide full exception information for cases where we catch unexpec... | Dominik Stadler | 2015-02-26 | 1 | -2/+4 |
* | Update Javadocs to refer to the fact that WorkbookFactory.create will throw a... | Nick Burch | 2015-02-24 | 1 | -2/+5 |
* | Fix inconsistent indents | Nick Burch | 2015-02-24 | 1 | -254/+253 |
* | Patch from rojotek from github-18 - Handle documents with a picture-only header | Nick Burch | 2015-02-24 | 2 | -1/+16 |
* | Change from XMLEventFactory.newFactory to XMLEventFactory.newInstance, for IB... | Nick Burch | 2015-02-24 | 1 | -5/+1 |
* | Bug 57612: Fix checking for proxy/accessible website in TestSignatureInfo | Dominik Stadler | 2015-02-23 | 1 | -1/+1 |
* | Unit tests for OPC handling of files without a Core Properties part | Nick Burch | 2015-02-23 | 1 | -0/+81 |