Hi,

I am currently creating a web application with VB.NET and SQL Server 2000, which displays a record of glossaries from an SQL Server Database. I have completed the adding of individual glossaries from manual user input using web froms and such.

However, I am trying to implement a function whereby the user is able to upload an excel datasheet to my application or server(not sure how this works). My application will then be able to extract the data from the datasheet and write it into one of the tables in my SQL Server Database.

Any help in this matter will be greatly appreciated as I do not have much of an idea how do I go about to start coding this function.