Hi all,
we are using Apose Cells for Java 7.3.1.
wenn i do a screenshot of the chart inside the attached Excel-File
worksheetObjekt.getCharts().get(0).toImage(outputStream, new ImageOrPrintOptions());
the resulting Image contains everything i see inside the Excel but not the two lines “Plan kum.” "VSI kum."
Same happens when i do a screenshot of the sheets area with the following code (not shure that is the same routine internally).
render = new SheetRender(worksheetObjekt, imageOrPrintOptions);
render.toImage(0, byteArrayOutputStream);
Can you please examine the Problem?
Thanx in advance
Hi,