Render DrawingML charts in XML format to EMF file

I have gone through this Aspose.Cells API.
Specifically this example which comes close to my requirement

But this example show how to convert a piechart which is existing in excel file. My requirement is to using an openxml file as input to render chart image. For example, I attached a sample chart defined in drawingML. I obtained this xml by unzipping an xlsx file.

So do you have any function that takes the deserialized object of openxml and give EMF/PNG file?

Thanks

@schandra81,

Thanks for your query.

Well, Aspose.Cells reads Excel spreadsheets which MS Excel can open into it mostly. See the table for supported file formats which Aspose.Cells currently supports:

Let us know if you have any other query, we will be happy to assist you soon.