[
https://issues.apache.org/jira/browse/TIKA-1859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15150617#comment-15150617
]
Movses commented on TIKA-1859:
------------------------------
try
{
AutoDetectParser parser = new AutoDetectParser();
Metadata metadata = new Metadata();
InputStream stream =TikaInputStream.get(file);
parser.parse(stream, textHandler, metadata);
System.out.println("text "+textHandler.toString());
}
catch(Exception e)
{
e.printStackTrace();
}
> file poi reads tika does not bring the content
> ----------------------------------------------
>
> Key: TIKA-1859
> URL: https://issues.apache.org/jira/browse/TIKA-1859
> Project: Tika
> Issue Type: Bug
> Components: handler
> Affects Versions: 1.12
> Reporter: Movses
> Priority: Blocker
> Fix For: 1.12
>
>
> I have a file xlsx I'm able to read and process in using poi but in tika it
> does not extract the content of the file
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)