importing excel to xml file in c#
importing excel file
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sunil GoudPosted May 28, 2012, 7:10 AM
Hirendra SisodiyaPosted Feb 27, 2011, 3:38 AM
Dim dsPubs As New DataSet()dsPubs.ReadXml(Filepath)
thanks
Please mark as answer if it help
vijayPosted Feb 25, 2011, 12:25 AM
if you get problem to get the data from excel file just follow this links its have result of conversion both .xls ans .xlsx conversion ..http://vbdotnetaddict.blogspot.com/2011/01/import-excel-table-into-sql-table.html
John ArcadellaPosted Feb 24, 2011, 4:15 PM