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 de14b40a97 more progress with xlsf: support for gradient and texture fills, backgrounds, improved drawing of preset shapes and many more updates ... 12 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 Add Word-to-Text converter and use it as replacement for WordExtractor 13 years ago
openxml4j Fix bug #51949 - Avoid NPE on double close of ZipFileZipEntrySource 12 years ago
ss/usermodel Allow the passing of a File object to WorkbookFactory.create, which permits lower memory processing than the InputStream version 12 years ago
util initial support for rendering pptx slides into images with a PPTX2PNG command-line utility 12 years ago
xslf more progress with xlsf: support for gradient and texture fills, backgrounds, improved drawing of preset shapes and many more updates ... 12 years ago
xssf Add a bit more XSSFDrawing testing, not all of which works properly yet... 12 years ago
xwpf Fix bug #51950 - XWPF may not always have footnotes in a document 12 years ago
POIXMLDocument.java New PackagePart method getRelatedPart(PackageRelationship) to simplify navigation of relations between OPC Parts 12 years ago
POIXMLDocumentPart.java Fix bug #51850 - support creating comments in XSSF on an earlier slide when later ones already have them 12 years ago
POIXMLException.java Changed CRLF to LF in ooxml/java. Minor fixes for compiler warnings and formatting 15 years ago
POIXMLFactory.java Ensure that XWPFParagraph.getDocument() is not null 13 years ago
POIXMLProperties.java More XSLF tests for the less common extensions, and initial support for .thmx (theme) files - currently just stretches to not breaking... 14 years ago
POIXMLPropertiesTextExtractor.java Remove a few deprecated warnings for when compiling against ooxml-schemas-1.1 14 years ago
POIXMLRelation.java Changed CRLF to LF in ooxml/java. Minor fixes for compiler warnings and formatting 15 years ago
POIXMLTextExtractor.java Allow access from XSSFReader to sheet comments and headers/footers (related to bug #50076) 13 years ago