Embedding Live Excel Spreedsheets

liunx

Guest
Hi, <br />
<br />
<br />
I have embedded an Excel spreadsheet into a web page using the following code: <br />
<br />
<html> <br />
<head> <br />
<title>Untitled Document</title> <br />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <br />
</head> <br />
<br />
<body bgcolor="#FFFFFF"> <br />
<table width="100%" border="0" height="100%"> <br />
<tr> <br />
<td> <br />
<div align="center"> <br />
<ilayer src=http://www.htmlforums.com/archive/index.php/"steve.xls" width=100% height=100% id=field name="adverts" visibility="hide"></ilayer> <br />
<br />
<iframe src=http://www.htmlforums.com/archive/index.php/"steve.xls" frameborder=0 scrolling=no width=100% height=100% id=field name="adverts"></iframe></div> <br />
</td> <br />
</tr> <br />
</table> <br />
</body> <br />
</html> <br />
<br />
<br />
Looking locally the spreadsheet is 'live' within the web page (i.e I can enter information into the spreadsheet, scroll..etc). <br />
<br />
Is there an easy way to make any changes made to the spreadsheet permanent? Or is there another method of embedding a spreadsheet and making it 'updateable' and 'saveable'?<!--content-->you might want to read this.<br />
<br />
<!-- m --><a class="postlink" href="http://www.htmlforums.com/showthread.php?s=&threadid=16802&highlight=excel">http://www.htmlforums.com/showthread.ph ... ight=excel</a><!-- m --><!--content-->
 
Back
Top