aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/POIXMLDocument.java
Commit message (Expand)AuthorAgeFilesLines
* New PackagePart method getRelatedPart(PackageRelationship) to simplify naviga...Nick Burch2011-09-191-1/+1
* bug 51265: Enhanced Handling of Picture Parts in XWPFYegor Kozlov2011-06-011-38/+7
* More XSLF tests for the less common extensions, and initial support for .thmx...Nick Burch2010-06-291-10/+17
* Avoid creating temporary files when opening OPC packages from input streamYegor Kozlov2010-01-131-17/+0
* Fixed unused imports compiler warnings (and some others)Josh Micich2009-08-181-1/+0
* improved loading of package parts so that same logical parts correspond to th...Yegor Kozlov2009-08-141-2/+2
* Improved parsing of OOXML documents, see Bugzilla 47668Yegor Kozlov2009-08-121-4/+16
* removed temporary fix for compatibility with Mac Excel 2008 Sp2Yegor Kozlov2009-08-091-0/+1
* Fix for saving custom and extended OOXML propertiesYegor Kozlov2009-07-191-2/+9
* removed unused imports of deprecated classes, fixed javadoc errorsYegor Kozlov2009-04-111-1/+0
* Renamed Package (in org.apache.poi.openxml4j.opc) to OPCPackage so as to avoi...Josh Micich2009-03-181-7/+7
* import OpenXML4j codebaseYegor Kozlov2009-01-291-4/+4
* 1. removed interfaces-jdk14, they are now obsolete2. started paving the way f...Yegor Kozlov2008-11-091-0/+32
* more cleanup and refactoring of the ooxml code:1. removed deprecated methods ...Yegor Kozlov2008-10-251-39/+4
* cleanup of POIXMLDocument constructors and related sub-classesYegor Kozlov2008-10-191-45/+21
* refactored POIXMLFactory and related classes; simplified XSSFRelation - now i...Yegor Kozlov2008-10-121-1/+0
* refactored POIXMLDocument to be a composite of POIXMLDocumentPart, this way X...Yegor Kozlov2008-09-301-115/+110
* 1. initial support for rich text in xssf"Yegor Kozlov2008-09-181-1/+8
* Add POIXMLPropertiesTextExtractor, which provides to the OOXML file formats a...Nick Burch2008-08-121-1/+1
* More work on bug #45431 - Support for .xlsm files, sufficient for simple file...Nick Burch2008-07-291-1/+12
* New openxml4j version, and new save/reload testNick Burch2008-07-281-0/+4
* Update to ooxml embeding from bug #45018 from YuryNick Burch2008-05-281-7/+7
* Patch from Yury from bug #45018 - Support for fetching embeded documents from...Nick Burch2008-05-231-0/+22
* Tweak how we do ooxml properties, and handle hyperlinks for word documents wh...Nick Burch2008-04-091-24/+12
* Fix a few ooxml unit testsNick Burch2008-03-091-2/+2
* Update the word code to the new style ooxml stuffNick Burch2008-03-091-0/+19
* Get the powerpoint ooxml stuff converted over, and fix up a few testsNick Burch2008-03-091-2/+53
* Start updating the excel extractor to the new style codeNick Burch2008-03-081-8/+23
* More shuffling of things out of src/scratchpad/ooxml-*Nick Burch2008-03-081-0/+4
* Start shuffling things out of the old src/scratchpad/ooxml-* directoriesNick Burch2008-03-081-0/+33
* Return a list of all pictures for a workbook. This shows a discrepancy betwee...Ugo Cei2008-02-191-1/+8
* Load shared strings table when loading workbook.Ugo Cei2008-02-131-0/+11
* Introduce POIXMLDocument as common base class for all OOXML document types.Ugo Cei2008-02-041-0/+65