• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Hosting a Excel Spreadsheet online

MMarks2

Senior member
I would like to host a excel spreadsheet on my webserver for my partner and I to update online through a web interface. As so we do not have to download and update, save and upload everytime. We would rather be able to just look at the sheet and update then save.

Any help with this?
 
Frontpage has a built-in tool that will allow an Excel Spreadsheet to be hosted on an html web page. It can be viewed and changed. But the saved changes must be saved into the USER'S computer. You'd then have to upload the changes back to the Server.

SharePoint will also let you open up a document directly from the web site, work on it, and then directly save it back to the web (SharePoint) site. But it doesn't have online viewing of the spreadsheet.
 
php that can read excel documents is available but making changes and then writing back to excel format is in my opinion not going to happen. if you want to be able to update your going to need some custom script. If you give up on the data being stored in an excel document you may be able to find a script that will suit your needs or at least write one with much greater ease.

This software makes it possible http://www.badblue.com/helpxls.htm but it runs a web server off your computer.
 
Back
Top