You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dominik Stadler 90827dc966 Fix bug 57828, shifting more than one commit per row did not work. 9 years ago
..
dev XMLPrettyPrint: Don't try to pretty-print non-XML files and print out which file from the ooxml-file fails to parse 9 years ago
extractor Detect OOXML-strict, and give more helpful exceptions for them 9 years ago
openxml4j Remove some findbugs warnings about missing close of streams, use existing IOUtils.copy() to copy from one stream to another 9 years ago
poifs/crypt Remove some findbugs warnings about missing close of streams, use existing IOUtils.copy() to copy from one stream to another 9 years ago
ss/usermodel Update Javadocs to refer to the fact that WorkbookFactory.create will throw a EncryptedDocumentException if the file is password protected 9 years ago
util Swap Exception for Throwable, to skip a wider range of problems (eg GAE) when attempting to set an xml security manager as best we can 9 years ago
xslf Fix some Eclipse warnings 9 years ago
xssf Fix bug 57828, shifting more than one commit per row did not work. 9 years ago
xwpf Patch from rojotek from github-18 - Handle documents with a picture-only header 9 years ago
POIXMLDocument.java Before parsing an OOXML document, reset the xmlbeans sax parser to avoid the risk of getting one in an error state (due to XMLBEANS-512). Should be a minimal extra overhead pending a proper fix. Allows us to finish enabling the unit tests for #54764 10 years ago
POIXMLDocumentPart.java Detect OOXML-strict, and give more helpful exceptions for them 9 years ago
POIXMLException.java Patch for Bug/Enhancement 55818 - add encryption support 10 years ago
POIXMLFactory.java Ensure that XWPFParagraph.getDocument() is not null 13 years ago
POIXMLProperties.java Add getters for the common xml extended properties 9 years ago
POIXMLPropertiesTextExtractor.java * Verify some more Text-Extraction features as part of integration tests, fix some NullPointerExceptions that showed up now because the event-based extraction does not have a Document available 9 years ago
POIXMLRelation.java Bug 55164 - Support for adding slide notes 9 years ago
POIXMLTextExtractor.java Add missing close() of resources in both production code and tests 9 years ago