aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases/org/apache/poi/extractor
Commit message (Expand)AuthorAgeFilesLines
* IDE and JavaDoc fixes, close() in testsDominik Stadler2018-12-271-1/+0
* Remove/Minimize references to Scratchpad module from other modulesAndreas Beeker2018-11-191-39/+36
* #62649 - Remove OPOIFSAndreas Beeker2018-08-261-24/+14
* #62355 - unsplit packages - 1 - moved classesAndreas Beeker2018-05-271-4/+5
* #62319 - Decommission XSLF-/PowerPointExtractorAndreas Beeker2018-04-201-738/+178
* Close resources in tests and in case of Exceptions and use try-with-resources...Dominik Stadler2018-04-021-0/+1
* Deprecate methods with typos and provide new ones.Dominik Stadler2018-01-011-10/+28
* tidy up some test codePJ Fanning2017-09-191-11/+6
* 60805 (partial) -- remove/suppress println in testsTim Allison2017-09-191-1/+7
* Test for another type of xml-bombDominik Stadler2017-04-061-0/+1
* 60826 -- clean up. Many, many thanks to Javen O'Neal's code review!Tim Allison2017-03-171-9/+3
* 60826 -- add initial support for streaming reading of xlsb files.Tim Allison2017-03-161-0/+9
* Add some missing close() callsDominik Stadler2016-10-201-6/+9
* add comment for purpose of testJaven O'Neal2016-09-221-0/+1
* bug 45565: add failing unit test for bug 45565Javen O'Neal2016-09-221-0/+13
* bug 60128: close open file descriptors when exceptions are thrown from OPCPac...Javen O'Neal2016-09-141-1/+5
* Start moving logic over into the main and scratchpad jars for OLE2Nick Burch2016-07-111-0/+6
* reorganize imports (remove unused imports, sort alphabetically)Javen O'Neal2016-07-041-1/+0
* some zips can't be opened via ZipFile in JDK6, as the central directoryAndreas Beeker2016-03-281-26/+9
* Check for null in IOUtils.closeQuietly() to not log this unnecessarilyDominik Stadler2016-03-221-35/+132
* #59074 More helpful exception if Excel 1-95 files are given to ExtractorFactoryNick Burch2016-02-261-18/+8
* Refactor to pull out the list of Excel 97+ directory entry names to a common ...Nick Burch2016-02-261-0/+20
* One more possible resource leak when creating the TextExtractor fails with a ...Dominik Stadler2016-02-211-0/+100
* Adjust test for extracting some moreDominik Stadler2015-12-301-25/+49
* Handle some cases better where file handles were left open by the ExtractorFa...Dominik Stadler2015-12-201-22/+44
* Add Visio OOXML text extractor + testsDustin Spicuzza2015-10-191-12/+25
* sonar fixesAndreas Beeker2015-09-301-28/+41
* Detect OOXML-strict, and give more helpful exceptions for themNick Burch2015-03-131-0/+15
* Stub unit tests for #57699Nick Burch2015-03-131-0/+16
* Fix inconsistent indentsNick Burch2015-03-111-629/+628
* Give a more helpful exception if a Visio VSDX ooxml file is passed to Extract...Nick Burch2015-03-111-1/+17
* Add missing close() of resources in both production code and testsDominik Stadler2014-12-281-39/+95
* Adjust TestExtractorFactory to provide more output to see why it fails on Mav...Dominik Stadler2014-03-081-42/+53
* Inside ExtractorFactory, support finding embedded OOXML documents and providi...Nick Burch2010-12-161-1/+24
* Support nested outlook files in ExtractorFactoryNick Burch2010-08-041-3/+31
* Enable Word6Extractor in ExtractorFactoryNick Burch2010-06-301-0/+54
* New event based xssf text extractor (XSSFEventBasedExcelExtractor)Nick Burch2010-01-261-1/+2
* Most of support suggested by Phil Varner on the list - ExtractorFactory can n...Nick Burch2010-01-251-0/+67
* Add PublisherTextExtractor support to ExtractorFactoryNick Burch2010-01-111-0/+34
* Add embeded (attachment) support to the outlook text extractorNick Burch2010-01-081-1/+20
* Rename the outlook extractor to be more consistent with other extractorsNick Burch2010-01-081-4/+4
* Wire up the new HSMFTextExtactor to the ExtractorFactoryNick Burch2010-01-081-172/+205
* included poi-ooxml-schemas and poi-examples in the release cycle, also misc i...Yegor Kozlov2009-11-211-2/+0
* moved all test data to a top-level directory, refactored all junit usages of ...Yegor Kozlov2009-08-231-37/+28
* Fixed ExtractorFactory to support .xltx and .dotx files, see Bugzilla 47517Yegor Kozlov2009-07-181-4/+25
* Renamed Package (in org.apache.poi.openxml4j.opc) to OPCPackage so as to avoi...Josh Micich2009-03-181-8/+8
* import OpenXML4j codebaseYegor Kozlov2009-01-291-2/+2
* fixed unit test failing on jdk-1.6: java code should not rely on the order of...Yegor Kozlov2009-01-161-16/+21
* Initial ExtractorFactory support for building TextExtractors for embeded docu...Nick Burch2008-09-021-0/+61
* Shuffle the common text extractor stuff from scratchpad to ooxml, to match th...Nick Burch2008-04-091-0/+303