Hi guys
I am in trouble.I am using Asp.Net.I have some data in excel file.
Now i convert this data from excel file to xml format.
Is any idea if u have, tell me.
I hope urs reply and awaiting for that.
Thanks
:)
Printable View
Hi guys
I am in trouble.I am using Asp.Net.I have some data in excel file.
Now i convert this data from excel file to xml format.
Is any idea if u have, tell me.
I hope urs reply and awaiting for that.
Thanks
:)
I could think of way:
Connect to excel file and load the desired data into a DataSet. Then use the WriteXML() method of DataSet to create XML file with this data.
You can also search for XSL techniques for the same.
Funnily enough, there was an article for the second part of the answer there too.
http://msdn.microsoft.com/library/de...ntodataset.asp