|
-
Dec 29th, 2007, 04:14 AM
#1
Thread Starter
Addicted Member
How to convert from excel file to xml
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
Failing to plan is Planning to fail 
-
Dec 29th, 2007, 07:00 AM
#2
Re: How to convert from excel file to xml
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.
-
Dec 31st, 2007, 05:11 AM
#3
Re: How to convert from excel file to xml
Funnily enough, there was an article for the second part of the answer there too.
http://msdn.microsoft.com/library/de...ntodataset.asp
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|