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 ecf9194b65 Bug 56170: Fix a problem with cells in workbooks becoming disconnected from XMLBeans whenever columns need to be reordered during writing the file. This happens because setCArray() disconnects any previously stored array-item but we try to re-use them. So we need to recreate the CTCell and set it in the XSSFCell to make this work in all currently tested cases. 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 Bug 56468 - Writing a workbook more than once corrupts the file 10 years ago
poifs/crypt/agile Some encryption fixes: 10 years ago
ss/usermodel Ensure the indenting is consistent within the file, and then make some minor updates to the JavaDocs (language, clarity etc) 11 years ago
util Fix bug #56164 - Tidy up the OPC SAX setup code with a new common Helper 10 years ago
xslf Fix some Eclipse identified warnings 10 years ago
xssf Bug 56170: Fix a problem with cells in workbooks becoming disconnected from XMLBeans whenever columns need to be reordered during writing the file. This happens because setCArray() disconnects any previously stored array-item but we try to re-use them. So we need to recreate the CTCell and set it in the XSSFCell to make this work in all currently tested cases. 10 years ago
xwpf Correct an eclipse warning around close(), and a related bug that this identified 10 years ago
POIXMLDocument.java New PackagePart method getRelatedPart(PackageRelationship) to simplify navigation of relations between OPC Parts 12 years ago
POIXMLDocumentPart.java FindBugs fix 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