aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/extractor
Commit message (Expand)AuthorAgeFilesLines
* Eclipse warnings, close resources in CommandLineTextExtractor, add try/finall...Dominik Stadler2015-09-031-8/+12
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-111-21/+20
* Detect OOXML-strict, and give more helpful exceptions for themNick Burch2015-03-131-4/+9
* Give a more helpful exception if a Visio VSDX ooxml file is passed to Extract...Nick Burch2015-03-111-2/+17
* Add missing close and handle theme-pptx in ExtractorFactory. Add creating sli...Dominik Stadler2015-03-011-0/+9
* * Verify some more Text-Extraction features as part of integration tests, fix...Dominik Stadler2015-02-271-3/+3
* * Add text-extraction verification to integration-tests via a new abstract ba...Dominik Stadler2015-02-271-1/+3
* Have ExtractorFactory open OPCPackages from files in read-only mode by defaul...Nick Burch2015-01-181-1/+2
* fix some Eclipse warnings, unnecessary null-check and missing close() in testsDominik Stadler2014-05-131-7/+5
* Fix some Eclipse identified warningsNick Burch2014-04-241-1/+0
* FindBugs fixAndreas Beeker2014-02-131-1/+1
* Add Word-to-Text converter and use it as replacement for WordExtractorSergey Vladimirov2011-08-091-91/+105
* Inside ExtractorFactory, support finding embedded OOXML documents and providi...Nick Burch2010-12-161-4/+11
* Support nested outlook files in ExtractorFactoryNick Burch2010-08-041-3/+4
* Refactor to make it easier to tell which content types each POIXMLTextExtract...Nick Burch2010-07-291-35/+34
* Fix indent, and make the mime type matching more consistentNick Burch2010-07-161-16/+6
* Enable Word6Extractor in ExtractorFactoryNick Burch2010-06-301-7/+14
* Properly close internal InputStream in ExtractorFactory#createExtractor(File)...Yegor Kozlov2010-04-201-12/+16
* New event based xssf text extractor (XSSFEventBasedExcelExtractor)Nick Burch2010-01-261-2/+2
* Most of support suggested by Phil Varner on the list - ExtractorFactory can n...Nick Burch2010-01-251-2/+65
* revert previous commitMaxim Valyanskiy2010-01-141-18/+9
* ExtractorFactory: save OOXML stream into temporary file before text extractio...Maxim Valyanskiy2010-01-141-9/+18
* Add a command line wrapper around ExtractorFactory, mostly aimed at when debu...Nick Burch2010-01-131-0/+55
* add more powerpoint xml mime typesMaxim Valyanskiy2010-01-121-0/+16
* Add PublisherTextExtractor support to ExtractorFactoryNick Burch2010-01-111-0/+4
* Add embeded (attachment) support to the outlook text extractorNick Burch2010-01-081-9/+45
* Rename the outlook extractor to be more consistent with other extractorsNick Burch2010-01-081-2/+2
* Wire up the new HSMFTextExtactor to the ExtractorFactoryNick Burch2010-01-081-0/+6
* Add in a few bits of Generics to avoid warningsNick Burch2010-01-031-6/+6
* reduced the number of compiler warnings generated by JDK 1.6.13 with -XlintYegor Kozlov2009-10-041-1/+1
* Fixed ExtractorFactory to support .xltx and .dotx files, see Bugzilla 47517Yegor Kozlov2009-07-181-7/+16
* Renamed Package (in org.apache.poi.openxml4j.opc) to OPCPackage so as to avoi...Josh Micich2009-03-181-9/+9
* import OpenXML4j codebaseYegor Kozlov2009-01-291-6/+5
* converted non-ascii characters to unicode to keep compilers on UTF-8 systems ...Yegor Kozlov2008-11-091-1/+1
* 1. removed interfaces-jdk14, they are now obsolete2. started paving the way f...Yegor Kozlov2008-11-091-2/+3
* Initial ExtractorFactory support for building TextExtractors for embeded docu...Nick Burch2008-09-021-5/+80
* As discussed on dev@poi, move XSSFRelation out to its own classNick Burch2008-08-111-8/+7
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-04-101-1/+2
* Shuffle the common text extractor stuff from scratchpad to ooxml, to match th...Nick Burch2008-04-091-0/+128