View Full Version : C# Excel to XML
TR_Twiggy
08-16-2006, 10:42 AM
Ok I am trying to write a program in C# that will take an Excel file and convert it to XML using the Header names as the tags in the XML sheet. I have looked online and have found several things about it, but they all use different methods like some use COM some use the Jet engine. My question is where would be a good place to start.
Brandoe85
08-18-2006, 07:23 AM
Baby step through it, first, make sure you can read in the excel sheet. Once you can read in all the data you need, worry about spitting out your xml.
http://www.c-sharpcorner.com/winforms/ExcelReadMG.asp
Good luck;
TR_Twiggy
08-18-2006, 09:04 AM
Ok I will work on that first. Thank you for the advice.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.