opening up an excel spreadsheet in asp.net

opening up an excel spreadsheet in asp.net

am 23.04.2008 20:02:00 von RobertSmith

Hi,
I have an excel spreadsheet in a location and I wish to open it from a
link in asp.net page.

How do I create an instance of excel and then open this document from a link

Thanks

Robert

Re: opening up an excel spreadsheet in asp.net

am 23.04.2008 22:49:38 von Ross Culver

You don't need to create an instance of Excel. If a user clicks the link
(and assuming he has Excel installed on his computer), the workbook will
open.

Ross


"Robert Smith" wrote in message
news:B21B910A-8E5A-467C-8FCE-92D384FF980B@microsoft.com...
> Hi,
> I have an excel spreadsheet in a location and I wish to open it from a
> link in asp.net page.
>
> How do I create an instance of excel and then open this document from a
> link
>
> Thanks
>
> Robert