Returning excel spreadsheet

  • Thread starter Thread starter Reggie
  • Start date Start date
R

Reggie

Hi and TIA! I have a site that maintains parts for the military. They have
requested the ability to click a button on my site which will let them
upload a text file containing 100 or more part numbers. I will then place
them in an SQL temp table. I will then run a procedure that will query my
db for matching records and return a recordset of those matches which I will
display in a form. Then they want the ability to take this result set and
save it as an excel file. This is the part I'm having trouble with. If
you've done this before or know where I can find more info/examples of
accomplishing this task I would appreciate it. Thanks for your time.
 
Forgot to mention I'm using .Net 1.1 / VS2003 / SQL Server 2000 / WinXP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top