| Commit message (Expand) | Author | Age | Files | Lines |
* | Eclipse warnings, close resources in CommandLineTextExtractor, add try/finall... | Dominik Stadler | 2015-09-03 | 1 | -8/+12 |
* | #56791 More updates from OPOIFS to NPOIFS | Nick Burch | 2015-05-11 | 1 | -21/+20 |
* | Detect OOXML-strict, and give more helpful exceptions for them | Nick Burch | 2015-03-13 | 1 | -4/+9 |
* | Give a more helpful exception if a Visio VSDX ooxml file is passed to Extract... | Nick Burch | 2015-03-11 | 1 | -2/+17 |
* | Add missing close and handle theme-pptx in ExtractorFactory. Add creating sli... | Dominik Stadler | 2015-03-01 | 1 | -0/+9 |
* | * Verify some more Text-Extraction features as part of integration tests, fix... | Dominik Stadler | 2015-02-27 | 1 | -3/+3 |
* | * Add text-extraction verification to integration-tests via a new abstract ba... | Dominik Stadler | 2015-02-27 | 1 | -1/+3 |
* | Have ExtractorFactory open OPCPackages from files in read-only mode by defaul... | Nick Burch | 2015-01-18 | 1 | -1/+2 |
* | fix some Eclipse warnings, unnecessary null-check and missing close() in tests | Dominik Stadler | 2014-05-13 | 1 | -7/+5 |
* | Fix some Eclipse identified warnings | Nick Burch | 2014-04-24 | 1 | -1/+0 |
* | FindBugs fix | Andreas Beeker | 2014-02-13 | 1 | -1/+1 |
* | Add Word-to-Text converter and use it as replacement for WordExtractor | Sergey Vladimirov | 2011-08-09 | 1 | -91/+105 |
* | Inside ExtractorFactory, support finding embedded OOXML documents and providi... | Nick Burch | 2010-12-16 | 1 | -4/+11 |
* | Support nested outlook files in ExtractorFactory | Nick Burch | 2010-08-04 | 1 | -3/+4 |
* | Refactor to make it easier to tell which content types each POIXMLTextExtract... | Nick Burch | 2010-07-29 | 1 | -35/+34 |
* | Fix indent, and make the mime type matching more consistent | Nick Burch | 2010-07-16 | 1 | -16/+6 |
* | Enable Word6Extractor in ExtractorFactory | Nick Burch | 2010-06-30 | 1 | -7/+14 |
* | Properly close internal InputStream in ExtractorFactory#createExtractor(File)... | Yegor Kozlov | 2010-04-20 | 1 | -12/+16 |
* | New event based xssf text extractor (XSSFEventBasedExcelExtractor) | Nick Burch | 2010-01-26 | 1 | -2/+2 |
* | Most of support suggested by Phil Varner on the list - ExtractorFactory can n... | Nick Burch | 2010-01-25 | 1 | -2/+65 |
* | revert previous commit | Maxim Valyanskiy | 2010-01-14 | 1 | -18/+9 |
* | ExtractorFactory: save OOXML stream into temporary file before text extractio... | Maxim Valyanskiy | 2010-01-14 | 1 | -9/+18 |
* | Add a command line wrapper around ExtractorFactory, mostly aimed at when debu... | Nick Burch | 2010-01-13 | 1 | -0/+55 |
* | add more powerpoint xml mime types | Maxim Valyanskiy | 2010-01-12 | 1 | -0/+16 |
* | Add PublisherTextExtractor support to ExtractorFactory | Nick Burch | 2010-01-11 | 1 | -0/+4 |
* | Add embeded (attachment) support to the outlook text extractor | Nick Burch | 2010-01-08 | 1 | -9/+45 |
* | Rename the outlook extractor to be more consistent with other extractors | Nick Burch | 2010-01-08 | 1 | -2/+2 |
* | Wire up the new HSMFTextExtactor to the ExtractorFactory | Nick Burch | 2010-01-08 | 1 | -0/+6 |
* | Add in a few bits of Generics to avoid warnings | Nick Burch | 2010-01-03 | 1 | -6/+6 |
* | reduced the number of compiler warnings generated by JDK 1.6.13 with -Xlint | Yegor Kozlov | 2009-10-04 | 1 | -1/+1 |
* | Fixed ExtractorFactory to support .xltx and .dotx files, see Bugzilla 47517 | Yegor Kozlov | 2009-07-18 | 1 | -7/+16 |
* | Renamed Package (in org.apache.poi.openxml4j.opc) to OPCPackage so as to avoi... | Josh Micich | 2009-03-18 | 1 | -9/+9 |
* | import OpenXML4j codebase | Yegor Kozlov | 2009-01-29 | 1 | -6/+5 |
* | converted non-ascii characters to unicode to keep compilers on UTF-8 systems ... | Yegor Kozlov | 2008-11-09 | 1 | -1/+1 |
* | 1. removed interfaces-jdk14, they are now obsolete2. started paving the way f... | Yegor Kozlov | 2008-11-09 | 1 | -2/+3 |
* | Initial ExtractorFactory support for building TextExtractors for embeded docu... | Nick Burch | 2008-09-02 | 1 | -5/+80 |
* | As discussed on dev@poi, move XSSFRelation out to its own class | Nick Burch | 2008-08-11 | 1 | -8/+7 |
* | Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392... | Nick Burch | 2008-04-10 | 1 | -1/+2 |
* | Shuffle the common text extractor stuff from scratchpad to ooxml, to match th... | Nick Burch | 2008-04-09 | 1 | -0/+128 |