Connecting Tech Pros Worldwide Help | Site Map

Remote update an Excel spreadsheet

  #1  
Old June 28th, 2008, 07:38 AM
Newbie
 
Join Date: Jun 2007
Posts: 18
I have an excel spreadsheet with several users on it and I would like each one of them to be able to update it via the internet. Shall I use a javascript to do this? I am currently using Excel 2003

Thanks..
  #2  
Old June 28th, 2008, 11:57 AM
gits's Avatar
Moderator
 
Join Date: May 2007
Location: Munich, Germany
Posts: 4,102

re: Remote update an Excel spreadsheet


how do the users access the spreadsheet?

kind regards
  #3  
Old June 29th, 2008, 03:34 AM
Newbie
 
Join Date: Jun 2007
Posts: 18

re: Remote update an Excel spreadsheet


Quote:
Originally Posted by gits
how do the users access the spreadsheet?

kind regards
Each user will be able open the spreadsheet over the internet and once they open it they update their area of information.
  #4  
Old June 29th, 2008, 09:30 AM
gits's Avatar
Moderator
 
Join Date: May 2007
Location: Munich, Germany
Posts: 4,102

re: Remote update an Excel spreadsheet


what do you mean with 'over the internet'? i assume that you just have a link on a website and the users download the file and open it? so you need to upload the file back to the server and handle it there with serverside code ... so that the 'base'-file will be updated according to every users changes.

kind regards
  #5  
Old June 30th, 2008, 05:32 AM
Newbie
 
Join Date: Jun 2007
Posts: 18

re: Remote update an Excel spreadsheet


Quote:
Originally Posted by gits
what do you mean with 'over the internet'? i assume that you just have a link on a website and the users download the file and open it? so you need to upload the file back to the server and handle it there with serverside code ... so that the 'base'-file will be updated according to every users changes.

kind regards
yes that is correct...
  #6  
Old June 30th, 2008, 06:02 PM
gits's Avatar
Moderator
 
Join Date: May 2007
Location: Munich, Germany
Posts: 4,102

re: Remote update an Excel spreadsheet


so as you see ... since JavaScript is a client-side language you shouldn't or better you couldn't use it for your purpose ... and you should look for a serverside solution to read and write excel-data ... what you choose depends on your prefs like php, asp, jsp or whatever ...

kind regards

ps: ah ... and since excel is not a database you have to handle all possible concurrent use for your own ...
  #7  
Old July 1st, 2008, 11:17 PM
insertAlias's Avatar
Forum Leader
 
Join Date: Apr 2008
Location: San Antonio, TX (USA)
Posts: 2,569

re: Remote update an Excel spreadsheet


Sharepoint would be perfect for this. It's not cheap though.
  #8  
Old July 16th, 2008, 01:21 AM
Moderator
 
Join Date: Mar 2006
Posts: 1,103

re: Remote update an Excel spreadsheet


I thought sharepoint too, but it would be overkill if you only want to update 1 spreadsheet. Are you planning on sharing many other files, or just this 1?
  #9  
Old July 17th, 2008, 04:28 AM
Newbie
 
Join Date: Jun 2007
Posts: 18

re: Remote update an Excel spreadsheet


Quote:
Originally Posted by insertAlias
Sharepoint would be perfect for this. It's not cheap though.
Do you mean Sharepoint Designer?
  #10  
Old July 17th, 2008, 04:41 AM
Newbie
 
Join Date: Jun 2007
Posts: 18

re: Remote update an Excel spreadsheet


Quote:
Originally Posted by jkmyoung
I thought sharepoint too, but it would be overkill if you only want to update 1 spreadsheet. Are you planning on sharing many other files, or just this 1?
On this sheet i have abot 20 users..
Reply


Similar Threads
Thread Thread Starter Forum Replies Last Post
Importing .dat file Rnt6872 answers 22 January 25th, 2007 05:55 AM
Best method for sending data from Excel to remote SQL Server Database? Trond Hindenes answers 2 November 20th, 2005 10:52 PM
Access on web page Mark answers 9 November 12th, 2005 06:28 PM
Webform Database Recommendation tom@nvwisp.com answers 5 August 30th, 2005 08:25 PM