This is an automated email from the ASF dual-hosted git repository.

nick pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tika.git.


    from 5f05b51  TIKA-2644 - refactor recursiveparserwrapper api
     new a1e42a0  TIKA-2479 Option to request missing rows where possible in 
Excel-like formats
     new b1b035e  TIKA-2479 Output missing left/mid cells in XLSX and XLSB, and 
optionally also missing rows
     new b01b059  Updated Columnar output from SAS with better formats
     new 6fa1105  Formatted columns in the columnar test Excel files
     new 348b87e  TIKA-2479 Update XLS missing cell/row handling to match XLSX 
and XLSB, add unit test for missing rows, and enable the Columnar tests for the 
Excel formats
     new 9673fbd  Changelog update
     new 12693ea  Add the other jackcess jar to the bundle

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.txt                                        |   5 +++
 tika-bundle/pom.xml                                |   1 +
 .../tika/parser/microsoft/ExcelExtractor.java      |  26 +++++++-------
 .../tika/parser/microsoft/OfficeParserConfig.java  |  16 ++++++++-
 .../ooxml/XSSFBExcelExtractorDecorator.java        |   2 +-
 .../ooxml/XSSFExcelExtractorDecorator.java         |  35 +++++++++++++++---
 .../org/apache/tika/parser/TabularFormatsTest.java |  40 ++++++++++++---------
 .../tika/parser/microsoft/ExcelParserTest.java     |  25 ++++++++++++-
 .../apache/tika/parser/sas/SAS7BDATParserTest.java |   8 ++---
 .../test-documents/test-columnar.sas7bdat          | Bin 17408 -> 131072 bytes
 .../resources/test-documents/test-columnar.xls     | Bin 6656 -> 32768 bytes
 .../resources/test-documents/test-columnar.xlsb    | Bin 0 -> 9691 bytes
 .../resources/test-documents/test-columnar.xlsx    | Bin 4941 -> 10556 bytes
 .../src/test/resources/test-documents/testSAS2.sas |   3 ++
 14 files changed, 120 insertions(+), 41 deletions(-)
 create mode 100644 
tika-parsers/src/test/resources/test-documents/test-columnar.xlsb

-- 
To stop receiving notification emails like this one, please contact
n...@apache.org.

Reply via email to