aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases/org/apache/poi/TestXMLPropertiesTextExtractor.java
Commit message (Expand)AuthorAgeFilesLines
* POIXMLPropertiesTextExtractor support for extracting custom OOXML properties ...Nick Burch2012-01-111-2/+15
* Fix bug #49386 - avoid NPE when extracting OOXML file properties which are datesNick Burch2010-06-041-5/+24
* moved all test data to a top-level directory, refactored all junit usages of ...Yegor Kozlov2009-08-231-12/+7
* Fixed compiler warnings - unnecessary throws declarationJosh Micich2009-08-181-16/+16
* renamed macro-enabled test files to have the correct extentionsYegor Kozlov2009-08-141-4/+3
* Renamed Package (in org.apache.poi.openxml4j.opc) to OPCPackage so as to avoi...Josh Micich2009-03-181-4/+4
* import OpenXML4j codebaseYegor Kozlov2009-01-291-4/+4
* removed invalid import to keep java compiler quietYegor Kozlov2009-01-111-2/+0
* Hook up POIXMLTextExtractor.getMetadataTextExtractor() to the already written...Nick Burch2009-01-061-0/+24
* Add POIXMLPropertiesTextExtractor, which provides to the OOXML file formats a...Nick Burch2008-08-121-0/+74