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.
Nick Burch 62bd48af74 Patch from Shaun Kalley from bug #56023 - Allow XSSF event model to find + return comments, and use this for the event based .xlsx text extractor 10 years ago
..
dev Renamed Package (in org.apache.poi.openxml4j.opc) to OPCPackage so as to avoid clash with java.lang.Package (see bugzilla 46859) 15 years ago
extractor fix some Eclipse warnings, unnecessary null-check and missing close() in tests 10 years ago
openxml4j Patch from Raúl Wegmann from bug #56735 / GitHub Pull #10 - Rationalise POI temp file creation to the TempFile util class, and allow a system wide setting of where Temp files (eg for SXSSF) go, via TempFile / TempFileCreationStrategy 10 years ago
poifs/crypt/agile Some encryption fixes: 10 years ago
ss/usermodel Bug 56537: Update javadoc to reflect the addition of Closeable to Workbook 10 years ago
util Patch from Raúl Wegmann from bug #56735 / GitHub Pull #10 - Rationalise POI temp file creation to the TempFile util class, and allow a system wide setting of where Temp files (eg for SXSSF) go, via TempFile / TempFileCreationStrategy 10 years ago
xslf Fix some Eclipse identified warnings 10 years ago
xssf Patch from Shaun Kalley from bug #56023 - Allow XSSF event model to find + return comments, and use this for the event based .xlsx text extractor 10 years ago
xwpf BUG 54771: add class to svn 10 years ago
POIXMLDocument.java Partial fix for #56537 - Have Workbook offer a close() method, which in turn closes the NPOIFS or OPC resource from which it was loaded 10 years ago
POIXMLDocumentPart.java To avoid problems on strange platforms, tell xmlbeans to use UTF-8 for strings by default, for bug #56683 10 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 Bug 56468 - Writing a workbook more than once corrupts the file 10 years ago
POIXMLPropertiesTextExtractor.java Support more OOXML custom properties for text extraction 12 years ago
POIXMLRelation.java Changed CRLF to LF in ooxml/java. Minor fixes for compiler warnings and formatting 15 years ago
POIXMLTextExtractor.java Bug 54982: Add a close() interface to POITextExtractor which can be used to free resources later. 11 years ago