Thread: .Net and Excel
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
billw billw is offline
external usenet poster
 
Posts: 2
Default .Net and Excel

I've been asked to create an application that will import
an Excel spreadsheet into a SQL Server database. I've
created SQL Server DTS packages to import the data
before, so I know that can be done. What I'd like to be
able to do is display an Excel spreadsheet on a .Net web
form, with the thought that the user could then
copy/paste info into it. Has anyone attempted something
similar?

Thanks.

Bill