ian.watkins@alcan.com


Posted by ian watkins on December 14, 2001 2:51 AM

Can anybody tell me how to put a spreadsheet into a html / asp page so that I can get full functionality of the spreadsheet in a browser

Posted by Chris D on December 14, 2001 4:35 AM

HTML code :

filename.xls

will display a link in your webpage to the xls file. Clicking on the link will open it up in the browser

HTH
Chris D



Posted by Chris D on December 14, 2001 4:38 AM

oops

HTML code :

{A HREF="path and filename.xls"}filename.xls{/A}

(where the curley brackets are actually the < and > signs)

will display a link in your webpage to the xls file. Clicking on the link will open it up in the browser

HTH
Chris D