| Commit message (Expand) | Author | Age | Files | Lines |
* | New PackagePart method getRelatedPart(PackageRelationship) to simplify naviga... | Nick Burch | 2011-09-19 | 1 | -1/+1 |
* | bug 51265: Enhanced Handling of Picture Parts in XWPF | Yegor Kozlov | 2011-06-01 | 1 | -38/+7 |
* | More XSLF tests for the less common extensions, and initial support for .thmx... | Nick Burch | 2010-06-29 | 1 | -10/+17 |
* | Avoid creating temporary files when opening OPC packages from input stream | Yegor Kozlov | 2010-01-13 | 1 | -17/+0 |
* | Fixed unused imports compiler warnings (and some others) | Josh Micich | 2009-08-18 | 1 | -1/+0 |
* | improved loading of package parts so that same logical parts correspond to th... | Yegor Kozlov | 2009-08-14 | 1 | -2/+2 |
* | Improved parsing of OOXML documents, see Bugzilla 47668 | Yegor Kozlov | 2009-08-12 | 1 | -4/+16 |
* | removed temporary fix for compatibility with Mac Excel 2008 Sp2 | Yegor Kozlov | 2009-08-09 | 1 | -0/+1 |
* | Fix for saving custom and extended OOXML properties | Yegor Kozlov | 2009-07-19 | 1 | -2/+9 |
* | removed unused imports of deprecated classes, fixed javadoc errors | Yegor Kozlov | 2009-04-11 | 1 | -1/+0 |
* | Renamed Package (in org.apache.poi.openxml4j.opc) to OPCPackage so as to avoi... | Josh Micich | 2009-03-18 | 1 | -7/+7 |
* | import OpenXML4j codebase | Yegor Kozlov | 2009-01-29 | 1 | -4/+4 |
* | 1. removed interfaces-jdk14, they are now obsolete2. started paving the way f... | Yegor Kozlov | 2008-11-09 | 1 | -0/+32 |
* | more cleanup and refactoring of the ooxml code:1. removed deprecated methods ... | Yegor Kozlov | 2008-10-25 | 1 | -39/+4 |
* | cleanup of POIXMLDocument constructors and related sub-classes | Yegor Kozlov | 2008-10-19 | 1 | -45/+21 |
* | refactored POIXMLFactory and related classes; simplified XSSFRelation - now i... | Yegor Kozlov | 2008-10-12 | 1 | -1/+0 |
* | refactored POIXMLDocument to be a composite of POIXMLDocumentPart, this way X... | Yegor Kozlov | 2008-09-30 | 1 | -115/+110 |
* | 1. initial support for rich text in xssf" | Yegor Kozlov | 2008-09-18 | 1 | -1/+8 |
* | Add POIXMLPropertiesTextExtractor, which provides to the OOXML file formats a... | Nick Burch | 2008-08-12 | 1 | -1/+1 |
* | More work on bug #45431 - Support for .xlsm files, sufficient for simple file... | Nick Burch | 2008-07-29 | 1 | -1/+12 |
* | New openxml4j version, and new save/reload test | Nick Burch | 2008-07-28 | 1 | -0/+4 |
* | Update to ooxml embeding from bug #45018 from Yury | Nick Burch | 2008-05-28 | 1 | -7/+7 |
* | Patch from Yury from bug #45018 - Support for fetching embeded documents from... | Nick Burch | 2008-05-23 | 1 | -0/+22 |
* | Tweak how we do ooxml properties, and handle hyperlinks for word documents wh... | Nick Burch | 2008-04-09 | 1 | -24/+12 |
* | Fix a few ooxml unit tests | Nick Burch | 2008-03-09 | 1 | -2/+2 |
* | Update the word code to the new style ooxml stuff | Nick Burch | 2008-03-09 | 1 | -0/+19 |
* | Get the powerpoint ooxml stuff converted over, and fix up a few tests | Nick Burch | 2008-03-09 | 1 | -2/+53 |
* | Start updating the excel extractor to the new style code | Nick Burch | 2008-03-08 | 1 | -8/+23 |
* | More shuffling of things out of src/scratchpad/ooxml-* | Nick Burch | 2008-03-08 | 1 | -0/+4 |
* | Start shuffling things out of the old src/scratchpad/ooxml-* directories | Nick Burch | 2008-03-08 | 1 | -0/+33 |
* | Return a list of all pictures for a workbook. This shows a discrepancy betwee... | Ugo Cei | 2008-02-19 | 1 | -1/+8 |
* | Load shared strings table when loading workbook. | Ugo Cei | 2008-02-13 | 1 | -0/+11 |
* | Introduce POIXMLDocument as common base class for all OOXML document types. | Ugo Cei | 2008-02-04 | 1 | -0/+65 |