Excel on FrontPage

K

kleighdy

I have a page where I want an excel file to show. Also, I need to hav
the user (there will only be 5 user that can access the webpage) hav
the ability to update the excel file from the website. I tried adding
web component for spreadsheet. It does half of what I need where th
spreadsheet is interactive, but I don't have an option to save m
changes so the next user can see it. It only gives me an option t
export the file and save a copy. But I need to save to the origina
file, so it will update the original file and update the display on th
webpage for the next user. Can anyone please help me.....please. Than
you


-
kleighd
 
T

Thomas A. Rowe

Content delivered from a web site can not be modified and then written back to the web site, as
there would be no way to know if other users had the file open, etc. Consider using an ASP/VBScript
database driven application, which would allow you to do what you want.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Top