Manoj Singh
Manoj Singh

Reputation: 7707

How to create a XML file from an Excel in .NET?

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

Answers (1)

Tamir
Tamir

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

Related Questions