Hye Buddy,I am not able to read excel spreadsheet into my sql database. I am using VB Express Edition.Following is the code which I am using to read excel file datas.I have Excel 2003 on my system. And I have added Reference Under Add Reference Under COM tab - Microsoft Excel 11.0 Object Library. And Other option I have got is Microsoft Excel 5.0 Object Library.Private
OpenFileDialog.InitialDirectory =
OpenFileDialog.Filter =
cn =
cmd =
cn.Open()
cmd.Fill(ds)
cn.Close()