How do you import an excel file into a Sql Server database in vb.net? I am new to vb.net and I am creating a program that users need to have the ability to import from an excel file on a regular basis but there are hundreds of columns in this excel file and they only need 3 columns of data (with the 3rd column changing on a daily basis). How would I go about this? If i use an opendialog to browse the file would they be able to specify which columns to import?
↧