Xml data to generate charts

Hi

I am new to chart api, can u guide me, for below requirement.
we have code in java generating chart from data in excel using chart template.

we have another requirement, business will provide data in xml(rather in excel) to create charts using chart templates.

1. can u help in sample xml strucute, we can ask business to provide data in.
2. can we generate impage from data in xml using chart template or we have to convert to excel than generate chart image.


Thanks
Vits

Hi,


Well, you have to insert chart’s source data from XML file in the Excel template file by yourself as Aspose.Cells does not support to create charts based on external XML, then you may use Aspose.Cells for Java to create your desired charts based on the pasted source data for your needs, see the documents in the sections/ sub sections on how to create or manipulate MS Excel charts (all chart types are supported) via Aspose.Cells APIs:
Working with Charts

Thank you.