SuperScript doesn't effect when exporting to Image

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,


I can notice the issue as you have mentioned by using your template file to convert the chart to image file. The superscript character © is not rendered fine in the chart’s title.

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);



I have logged a ticket with an id “CELLSNET-41393” for your issue. We will look into your issue soon.

Thank you.

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.