what kind of module? in ASP.NET or Windows.Forms?if you are using ASP.NET, ask the user to upload the excel file to the server, then in your code, save it as a local file, use a similar method in this article:HOW TO: Query and Display Excel Data by Using ASP.NET, ADO.NET, and Visual C# .NET
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q306572dump the data into your database if you are using Windows.Forms, then load the excel file into DataSet, save the changes to the database