embed xls sheet within html page


Posted by steven scaife on February 11, 2002 7:41 AM

Anybody know how to embed a xls sheet within a html document so it opens up like it would if you were using excel itself.

thanks for any help offered.



Posted by Chris D on February 11, 2002 11:35 AM

not sure about having it as part of the page, maybe some java can do this..... but you can certainly have a link which when clicked will open the excel file as normal :

where { is actually <
and } is actually > otherwise this message would be HTML'd :

{A HREF="path/filename.xls"}link description{/A}

Hope this gets you started
Chris