Is it possible?

D

Doug

Is it possible to post an excel worksheet to a website, so that anyone who views the site can edit the worksheet? I want this new version then saved to the site, not to the individual's computer. Any ideas
It is a huge worksheet
 
T

Thomas A. Rowe

No. Users can not edit and then save a file back to a web site because it would overwrite changes
made by others, as well as being a security risk.

The best option is to convert the spreadsheet into a database, and then using ASP/VBscript create
viewing an edit functions that allow users to make updates.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


Doug said:
Is it possible to post an excel worksheet to a website, so that anyone who views the site can edit
the worksheet? I want this new version then saved to the site, not to the individual's computer.
Any ideas?
 
K

Kevin Spencer

You could do this with a SharePoint Portal site, or a custom web
application.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

Doug said:
Is it possible to post an excel worksheet to a website, so that anyone who
views the site can edit the worksheet? I want this new version then saved
to the site, not to the individual's computer. Any ideas?
 
Top