Hi again!
I downloaded the .Net library and tried the ToImage() method of the Chart object:
Aspose.Cells.
Workbook workbook = new Aspose.Cells.Workbook();
workbook.Open("c:\\temp\\chart.xls");
Aspose.Cells.
Chart chart = workbook.Worksheets[0].Charts[0];
chart.ToImage(
"c:\\temp\\chart.jpg");
The generated image does not look good! No any text anywhere! I tried several examples, even some of your Aspose.Cells-generated documents and none of the generated images looked identical to the chart. The format of the image (jpg, gif, etc.) was irrelevant.
On top of that, if the document is in Excel 2007 xlsx format, the Charts collection is empty.
I attach the examples.
Any estimate when toImage() will be available in Java? Is it going to work more reliably?
Regards,
Plamen