You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by Suresh K <su...@gmail.com> on 2013/02/15 11:49:19 UTC

read graphs and images along with cell starting and end

I am trying to convert to HTML from Excel Sheet. Client wants 
only the selected rows and columns(print area) to be converted 
as HTML. Using Apache POI manage to get the print area and 
convert the numerical/text value to HTML 
But I could not find a way get images or graphs 
from the print area  and convert them to html 

Is there any way to read graphs and images along with cell starting 
and end position using apache tika? 

if this is possible can you please provide any samples?