opening up an excel spreadsheet in asp.net
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
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" <RobertSmith [at] discussions.microsoft.com> wrote in message
news:B21B910A-8E5A-467C-8FCE-92D384FF980B [at] 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