Hi all,
I created a chart in Excel using Aspose.Cells, the chart includes a text using SupperScript and then I saved the chart to as Image but SupperScript doesn’t effect when it is Image.
You can download the chart in my attachment and try saving it to image, you will see the result (character © used SupperScript).
Thanks,
Mike
Hi Mike,
Sample code:
Workbook workbook = new Workbook(“e:\test2\Book1.xlsx”);
Worksheet sheet = workbook.Worksheets[0];
Chart chart = sheet.Charts[0];
chart.ToImage(“e:\test2\mybook1chart.emf”, ImageFormat.Emf);
Hi,
We have fixed the issue.
Please download and try this fix: Aspose.Cells for .NET v7.4.2.3 and let us know your feedback.
The supper script title should be available by using the new fix.
Thank you.