This is an automated email from the ASF dual-hosted git repository.
tallison pushed a change to branch 2.x
in repository https://gitbox.apache.org/repos/asf/tika.git.
from 143efc8 TIKA-2311 -- maintain x-tika-ooxml mime type for
truncated ooxml
new 870ec18 In rare cases, elapsed can == 3000 exactly. Fix this.
new a847a86 TIKA-1195 and TIKA-2329, upgrade to POI 3.16-final and
add xlsb parser
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGES.txt | 14 +-
.../apache/tika/parser/mock/MockParserTest.java | 2 +-
tika-parser-modules/pom.xml | 2 +-
.../microsoft/ooxml/OOXMLExtractorFactory.java | 5 +-
.../tika/parser/microsoft/ooxml/OOXMLParser.java | 7 +-
.../ooxml/XSSFBExcelExtractorDecorator.java | 281 +++++++++++++++++++++
.../ooxml/XSSFExcelExtractorDecorator.java | 29 ++-
.../tika/parser/microsoft/ExcelParserTest.java | 31 ---
.../parser/microsoft/ooxml/OOXMLParserTest.java | 83 ++++++
.../test-documents/testEXCEL_various.xlsb | Bin 0 -> 22715 bytes
10 files changed, 397 insertions(+), 57 deletions(-)
create mode 100644
tika-parser-modules/tika-parser-office-module/src/main/java/org/apache/tika/parser/microsoft/ooxml/XSSFBExcelExtractorDecorator.java
create mode 100644
tika-test-resources/src/test/resources/test-documents/testEXCEL_various.xlsb
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].