Reputation: 7707
I want to create XML file from my Excel file through .NET (c#). My data is in Excel and it will be added in XML file.
Thanks. Manoj
Upvotes: 3
Views: 3599
Reputation: 2533
There is good article in CodeProject about it. Generally the answer is, that Excel can be used as Data provider. Later, when you get data out, you can use XMLDom to generate XML file
Upvotes: 2