Hi Team ,
I want to convert an xml to xls, below is the example. xml tags will be Header’s in excel & we will store the xml tag values in a property file and aspose api should pick from the corresponding xml tags & need to create a excel.
<soap:Envelope xmlns:soap=“http://schemas.xmlsoap.org/soap/envelope/”>
soap:Body
Kranthi
Morthala
</soap:Body>
</soap:Envelope>
Please share the code for the same ?
Thanks,
Kranthi