How do I show an embedded excel file in a WebPage?
Posted
by Juan Manuel Formoso
on Stack Overflow
See other posts from Stack Overflow
or by Juan Manuel Formoso
Published on 2008-10-03T18:39:22Z
Indexed on
2010/05/28
8:11 UTC
Read the original article
Hit count: 223
I want to allow an Excel report to be viewed embedded in a WebPage... is there a way?
I don't want to use an ActiveX, or OWC (Office Web Components), I just want to open an existing file from the internet explorer application.
I don't want users to download and then open it.
Using an iframe wouldn't be a problem, but my preliminary tests weren't successful
Any ideas? Is it at all possible?
© Stack Overflow or respective owner