Getting unreadable characters in chart image of excel chart

Hi ,

I am using aspose cells to dynamically create excel chart. The data is in chinese font. It appears perfectly in excel but when i convert chart to image the chinese font gets converted into non readable characters. I need to use this image. Please suggest what count be done. Is there a way to supply fonts to chart to enable it to convert correctly to image???

Hi there,


Thank you for contacting Aspose support.

Please note, Aspose.Cells APIs require the fonts used in the spreadsheet to be available in environment in order to correctly render the spreadsheets (or images). As you have mentioned that Chinese characters are not rendering fine in image, that points out, the font used to format the chart axis/labels etc. is not perhaps not present on your system. Please check the detailed articles on how Aspose.Cells uses TrueType fonts for rendering purposes.