[
https://issues.apache.org/jira/browse/TIKA-1490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nick Burch resolved TIKA-1490.
------------------------------
Resolution: Fixed
Fix Version/s: 1.7
Fixed in r1647243.
There are still a few bits not supported yet, such as format strings (needs
more support in Apache POI), and fancy xhtml (everything is a paragraph), but
it allows you to get the bulk of the text out
As such, closing for 1.7. If anyone wants to enhance it further, please open a
new enhancement jira and upload patches!
> Basic parser for old Excel files (eg Excel 4)
> ---------------------------------------------
>
> Key: TIKA-1490
> URL: https://issues.apache.org/jira/browse/TIKA-1490
> Project: Tika
> Issue Type: Improvement
> Components: parser
> Affects Versions: 1.6
> Reporter: Nick Burch
> Assignee: Nick Burch
> Fix For: 1.7
>
>
> In TIKA-1487, we added mime magic for the pre-OLE2 excel file formats. Based
> on the reading of the OpenOffice Excel docs for that, it looks like it should
> be possible to produce a basic parser to extract key bits of info (eg
> strings) from these older file formats.
> This would likely largely be done by having a custom record iterator for the
> older formats, then passing the handful of "interesting" records to POI's
> record classes (maybe with some tweaks for the older formats) to have the
> binary data parsed, then returned by the parser
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)