I was trying to do what you are working now (import from Excel to a BO) but I'not succedd. I´m pretty sure you will solve this, if is possible please put some sample of the solution, I think than more than one will be found very usefull.
Actuallly as I use SQL Server 2008 express, the managment console let me import from Excel to the database; in 2005 express edition did not had this option. Of course it will be better if people don't have to deal with this tools.
Regards Everything is possible, just keep trying...
sheetname = GetExcelSheetNames(fullfilename)
sConnectionString =
& fullfilename &
objConn.ConnectionString = sConnectionString
objConn.Open()
objAdapter1.SelectCommand = objCmdSelect
objAdapter1.Fill(objDataset1,