Rajkumar R

Rajkumar R

  • NA
  • 183
  • 218.9k

How to get Excel file to the dataset

Dec 15 2011 6:22 AM
Dim reportData As New DataSet()
strFileName = upload.PostedFile.FileName
reportData.ReadXml(strFileName)
the above code is used to read XML file and store in DATASET
like this How can we get EXCEL file into the dataset
Post solution for this post
Thanks in advance


Answers (3)