Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Andrzejek on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using Predefined Execl Reports in ASP.Net

Status
Not open for further replies.

chicdog

Programmer
Feb 28, 2002
84
US
I have several reports that are done in Excel on a user's desktop and the emailed to specified recipients. The reports are predefined so I have code that will fill them with data. I would like to add this functionality to the intranet program and allow the users to create the report themselves. Would it be best for me to use the user's Excel or a third party solution?
 
You can't use the user's version of excel as that it on the client and your server doesn't have access to it. If you install Excel on your server, you can use that.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top