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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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