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?
