35 커밋 (db1fd20584bb93f2e70a95d71a872816a05a7736)

작성자 SHA1 메시지 날짜
  Javen O'Neal db1fd20584 bug 60128: close open file descriptors when exceptions are thrown from OPCPackage.open 7 년 전
  Nick Burch ef2af2d53d Start moving logic over into the main and scratchpad jars for OLE2 8 년 전
  Javen O'Neal 8a9cb7c66b reorganize imports (remove unused imports, sort alphabetically) 8 년 전
  Andreas Beeker 1e65636048 some zips can't be opened via ZipFile in JDK6, as the central directory 8 년 전
  Dominik Stadler 15d70b0828 Check for null in IOUtils.closeQuietly() to not log this unnecessarily 8 년 전
  Nick Burch 6e21b85d8e #59074 More helpful exception if Excel 1-95 files are given to ExtractorFactory 8 년 전
  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 8 년 전
  Dominik Stadler 17ed7975e2 One more possible resource leak when creating the TextExtractor fails with a RuntimeException or one of the named exceptions 8 년 전
  Dominik Stadler e55a1b63e1 Adjust test for extracting some more 8 년 전
  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. 8 년 전
  Dustin Spicuzza bc6ee96e1a Add Visio OOXML text extractor + tests 8 년 전
  Andreas Beeker fad6546d8a sonar fixes 8 년 전
  Nick Burch 0227765619 Detect OOXML-strict, and give more helpful exceptions for them 9 년 전
  Nick Burch 06efaaecf8 Stub unit tests for #57699 9 년 전
  Nick Burch b22b9cf0d5 Fix inconsistent indents 9 년 전
  Nick Burch 47a2847cbe Give a more helpful exception if a Visio VSDX ooxml file is passed to ExtractorFactory 9 년 전
  Dominik Stadler dec03ba459 Add missing close() of resources in both production code and tests 9 년 전
  Dominik Stadler 2b3724132c Adjust TestExtractorFactory to provide more output to see why it fails on Maven builds on nemo.sonarsource.org 10 년 전
  Nick Burch 4c8a39924b Inside ExtractorFactory, support finding embedded OOXML documents and providing extractors for them 13 년 전
  Nick Burch 8261bb3e8a Support nested outlook files in ExtractorFactory 14 년 전
  Nick Burch fd922298ef Enable Word6Extractor in ExtractorFactory 14 년 전
  Nick Burch 63dc16b762 New event based xssf text extractor (XSSFEventBasedExcelExtractor) 14 년 전
  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 14 년 전
  Nick Burch 63387c5c31 Add PublisherTextExtractor support to ExtractorFactory 14 년 전
  Nick Burch f37c8f303a Add embeded (attachment) support to the outlook text extractor 14 년 전
  Nick Burch 07551a0925 Rename the outlook extractor to be more consistent with other extractors 14 년 전
  Nick Burch f7ccc5d5f5 Wire up the new HSMFTextExtactor to the ExtractorFactory 14 년 전
  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 14 년 전
  Yegor Kozlov 2712b14d2f moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 15 년 전
  Yegor Kozlov d09ab59ab0 Fixed ExtractorFactory to support .xltx and .dotx files, see Bugzilla 47517 15 년 전
  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) 15 년 전
  Yegor Kozlov fce473fada import OpenXML4j codebase 15 년 전
  Yegor Kozlov 22bf9b70e4 fixed unit test failing on jdk-1.6: java code should not rely on the order of HashMap.iterator() 15 년 전
  Nick Burch e4ff06ec79 Initial ExtractorFactory support for building TextExtractors for embeded documents 16 년 전
  Nick Burch 0650fb522f Shuffle the common text extractor stuff from scratchpad to ooxml, to match the compile paths 16 년 전
  Nick Burch 6a2c3bae82 Finish off ExtractorFactory tests 16 년 전
  Nick Burch 721e572662 More ExtractorFactory support and tests 16 년 전
  Nick Burch 84a1727a6d More ExtractorFactory support and tests 16 년 전