Quote Originally Posted by stanav
You can also use ADO.Net to load the data in your Excel file into a DataSet/DataTable from which you can call the WriteXml method to write it to an xml file.
Is it with ado.net also possible to get the data line by line(from the excel)?