Using Excel.Application in ASP where Excel is installed on Client Machines instead of the Server.
- by simonalexander2005
Hi,
I have a server with an asp page on it that generates a report in Excel, using the Excel.Application object. Normally, Excel would have to be installed on the server to work. I was wondering, however, if it is possible to utilise the excel install on client machines to do this instead, as I can't install Excel on the server?
Thanks for any help you can give