Forum Moderators: open

Message Too Old, No Replies

Creating an Excel File that users can open or save

         

joe1182

3:59 pm on Mar 14, 2005 (gmt 0)

10+ Year Member



I have never done this before and wasn't sure if anyone had an easy way to go about this? Any tips would be greatly appreciated.

BlobFisk

9:19 am on Mar 15, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm not sure if you mean open to edit, or just open to modify and resave on the server.

If it's just to open and save the file on their local machine then a simple link to the .xls file would suffice.

If it's to open, modify and save back to the server then it gets more interesting! You could do this inline with the use of an ActiveX object, but the simplest thing may be to allow the users to download the file and make their changes and then upload the file again, overwriting the original or being created on the server as a new file.

If you allow users to overwrite the original file, then you will also need to lock the file when one person has it "checked out" - this will prevent overwriting new data.

joe1182

6:00 pm on Mar 16, 2005 (gmt 0)

10+ Year Member



Thanks!