You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Nick Burch (JIRA)" <ji...@apache.org> on 2014/11/27 14:45:12 UTC

[jira] [Commented] (TIKA-1487) Add mime for pre-OLE2 xls file

    [ https://issues.apache.org/jira/browse/TIKA-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14227664#comment-14227664 ] 

Nick Burch commented on TIKA-1487:
----------------------------------

Mime magic added in r1642152. I think, based on the OpenOffice docs, we'll now be able to detect Excel 2, 3 and 4, but we only have unit tests for the Excel 4 case. 

These files are now reported as things like {{application/vnd.ms-excel.sheet.4}}, mirroring the format used for the new formats like .xlsb, and share a common parent of {{application/x-tika-old-excel}}

> Add mime for pre-OLE2 xls file
> ------------------------------
>
>                 Key: TIKA-1487
>                 URL: https://issues.apache.org/jira/browse/TIKA-1487
>             Project: Tika
>          Issue Type: Improvement
>            Reporter: Tim Allison
>            Priority: Trivial
>             Fix For: 1.7
>
>         Attachments: 004444.xls
>
>
> On the govdocs1 corpus, nearly 91% of xls exceptions have this stacktrace:
> {noformat}
> Caused by: java.io.IOException: Invalid header signature; read 0x0010000000060409, expected 0xE11AB1A1E011CFD0 - Your file appears not to be a valid OLE2 document at org.apache.poi.poifs.storage.HeaderBlock.<init>(HeaderBlock.java:140) at org.apache.poi.poifs.storage.HeaderBlock.<init>(HeaderBlock.java:115) at org.apache.poi.poifs.filesystem.NPOIFSFileSystem.<init>(NPOIFSFileSystem.java:198) at org.apache.poi.poifs.filesystem.NPOIFSFileSystem.<init>(NPOIFSFileSystem.java:184) at org.apache.tika.parser.microsoft.OfficeParser.parse(OfficeParser.java:162) at org.apache.tika.parser.CompositeParser.parse(CompositeParser.java:242) ... 13 more
> {noformat}
> Excel is able to open the few files that I tried, and it looks like Excel thinks these are version 4.
> On the POI user list, [~gagravarr] identified this header as pre-OLE2 and asked that we add the mime to Tika so that we can handle appropriately.  Test file soon to be attached.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)