35 Commits (db1fd20584bb93f2e70a95d71a872816a05a7736)

Autor SHA1 Nachricht Datum
  Javen O'Neal db1fd20584 bug 60128: close open file descriptors when exceptions are thrown from OPCPackage.open vor 7 Jahren
  Nick Burch ef2af2d53d Start moving logic over into the main and scratchpad jars for OLE2 vor 8 Jahren
  Javen O'Neal 8a9cb7c66b reorganize imports (remove unused imports, sort alphabetically) vor 8 Jahren
  Andreas Beeker 1e65636048 some zips can't be opened via ZipFile in JDK6, as the central directory vor 8 Jahren
  Dominik Stadler 15d70b0828 Check for null in IOUtils.closeQuietly() to not log this unnecessarily vor 8 Jahren
  Nick Burch 6e21b85d8e #59074 More helpful exception if Excel 1-95 files are given to ExtractorFactory vor 8 Jahren
  Nick Burch 7fdd90fecb Refactor to pull out the list of Excel 97+ directory entry names to a common place, avoiding duplication. Also starts on unit testing #59074 vor 8 Jahren
  Dominik Stadler 17ed7975e2 One more possible resource leak when creating the TextExtractor fails with a RuntimeException or one of the named exceptions vor 8 Jahren
  Dominik Stadler e55a1b63e1 Adjust test for extracting some more vor 8 Jahren
  Dominik Stadler a74cded68d Handle some cases better where file handles were left open by the ExtractorFactory, mostly when opening files failed, but also when using the NPOIFSFileSystem for initialization. vor 8 Jahren
  Dustin Spicuzza bc6ee96e1a Add Visio OOXML text extractor + tests vor 8 Jahren
  Andreas Beeker fad6546d8a sonar fixes vor 8 Jahren
  Nick Burch 0227765619 Detect OOXML-strict, and give more helpful exceptions for them vor 9 Jahren
  Nick Burch 06efaaecf8 Stub unit tests for #57699 vor 9 Jahren
  Nick Burch b22b9cf0d5 Fix inconsistent indents vor 9 Jahren
  Nick Burch 47a2847cbe Give a more helpful exception if a Visio VSDX ooxml file is passed to ExtractorFactory vor 9 Jahren
  Dominik Stadler dec03ba459 Add missing close() of resources in both production code and tests vor 9 Jahren
  Dominik Stadler 2b3724132c Adjust TestExtractorFactory to provide more output to see why it fails on Maven builds on nemo.sonarsource.org vor 10 Jahren
  Nick Burch 4c8a39924b Inside ExtractorFactory, support finding embedded OOXML documents and providing extractors for them vor 13 Jahren
  Nick Burch 8261bb3e8a Support nested outlook files in ExtractorFactory vor 14 Jahren
  Nick Burch fd922298ef Enable Word6Extractor in ExtractorFactory vor 14 Jahren
  Nick Burch 63dc16b762 New event based xssf text extractor (XSSFEventBasedExcelExtractor) vor 14 Jahren
  Nick Burch 4c1c3a3ae3 Most of support suggested by Phil Varner on the list - ExtractorFactory can now be told to prefer Event Based extractors (current Excel only) on a per-thread or overall basis vor 14 Jahren
  Nick Burch 63387c5c31 Add PublisherTextExtractor support to ExtractorFactory vor 14 Jahren
  Nick Burch f37c8f303a Add embeded (attachment) support to the outlook text extractor vor 14 Jahren
  Nick Burch 07551a0925 Rename the outlook extractor to be more consistent with other extractors vor 14 Jahren
  Nick Burch f7ccc5d5f5 Wire up the new HSMFTextExtactor to the ExtractorFactory vor 14 Jahren
  Yegor Kozlov 437182aa72 included poi-ooxml-schemas and poi-examples in the release cycle, also misc improvements in build.xml: merged scratchpad and main examples, improved cross-module classpath dependencies, removed obsolete targets vor 14 Jahren
  Yegor Kozlov 2712b14d2f moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place vor 15 Jahren
  Yegor Kozlov d09ab59ab0 Fixed ExtractorFactory to support .xltx and .dotx files, see Bugzilla 47517 vor 15 Jahren
  Josh Micich aca8d5187d Renamed Package (in org.apache.poi.openxml4j.opc) to OPCPackage so as to avoid clash with java.lang.Package (see bugzilla 46859) vor 15 Jahren
  Yegor Kozlov fce473fada import OpenXML4j codebase vor 15 Jahren
  Yegor Kozlov 22bf9b70e4 fixed unit test failing on jdk-1.6: java code should not rely on the order of HashMap.iterator() vor 15 Jahren
  Nick Burch e4ff06ec79 Initial ExtractorFactory support for building TextExtractors for embeded documents vor 16 Jahren
  Nick Burch 0650fb522f Shuffle the common text extractor stuff from scratchpad to ooxml, to match the compile paths vor 16 Jahren
  Nick Burch 6a2c3bae82 Finish off ExtractorFactory tests vor 16 Jahren
  Nick Burch 721e572662 More ExtractorFactory support and tests vor 16 Jahren
  Nick Burch 84a1727a6d More ExtractorFactory support and tests vor 16 Jahren