Hi,
I am using the following code to convert the chart into image. I t is working fine for most of my spreadsheets except one. I am attaching the spreadsheet here. could you please suggest me on how I can convert it to an image?
Workbook workbook = new Workbook(“e:\workbook.xlsx”);
//Get the designer chart (first chart) in the first worksheet.
//of the workbook.
Aspose.Cells.Charts.Chart chart = workbook.Worksheets[0].Charts[0];
//Convert the chart to an image file.
chart.ToImage(@“e:\chart.png”, System.Drawing.Imaging.ImageFormat.Png);
Hi Srinu,
Hi Srinu,
Thanks for your using Aspose.Cells.
Please download and try the latest fix: Aspose.Cells for .NET v8.2.2.2 and let us know your feedback.
The issues you have found earlier (filed as CELLSNET-43040) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.