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.
Yegor Kozlov a96d86bfe8 Bug 61869: updating a cell with shared formula produces an unreadable file 6 years ago
..
dev Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessary toString or semicolon 7 years ago
extractor Remove unnecessary type arguments (Java 8) 6 years ago
openxml4j use StandardCharsets 6 years ago
poifs/crypt use StandardCharsets 6 years ago
ss use try-with-resources in more places 6 years ago
util Change order of handling shape-types in copy() as FreeFormShape derives from AutoShape and thus would have not been copied correctly currently 6 years ago
xddf/usermodel XDDF usermodel for Charts closes #68 on GitHub 6 years ago
xdgf Bug 61584: Fix XDGFPage variable typo causing crash 6 years ago
xslf XDDF usermodel for Charts closes #68 on GitHub 6 years ago
xssf Bug 61869: updating a cell with shared formula produces an unreadable file 6 years ago
xwpf XDDF usermodel for Charts closes #68 on GitHub 6 years ago
POIXMLDocument.java Remove unnecessary type arguments (Java 8) 6 years ago
POIXMLDocumentPart.java #60499 - Deleting a picture that is used twice on a slide corrupt the slide 6 years ago
POIXMLException.java Patch for Bug/Enhancement 55818 - add encryption support 10 years ago
POIXMLFactory.java #60331 - Remove deprecated classes - remove constructors with PackageRelationship argument 7 years ago
POIXMLProperties.java bug 56154: rename setLastModifiedBy to setLastModifiedByUser 8 years ago
POIXMLPropertiesTextExtractor.java use StringBuilder in more places 6 years ago
POIXMLRelation.java replace "String.indexOf(String) >= 1" with "String.contains(String)" 7 years ago
POIXMLTextExtractor.java add test case for bug 61701 and use StringBuilder in more places 6 years ago
POIXMLTypeLoader.java Various code cleanups, "final" for static methods is useless, for-loops, simplify boolean conditions, try-with-resource, javadoc, ... 6 years ago