Connecting Tech Pros Worldwide Forums | Help | Site Map

Remote update an Excel spreadsheet

Newbie
 
Join Date: Jun 2007
Posts: 18
#1: Jun 28 '08
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..

gits's Avatar
Moderator
 
Join Date: May 2007
Location: Munich, Germany
Posts: 4,134
#2: Jun 28 '08

re: Remote update an Excel spreadsheet


how do the users access the spreadsheet?

kind regards
Newbie
 
Join Date: Jun 2007
Posts: 18
#3: Jun 29 '08

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.
gits's Avatar
Moderator
 
Join Date: May 2007
Location: Munich, Germany
Posts: 4,134
#4: Jun 29 '08

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
Newbie
 
Join Date: Jun 2007
Posts: 18
#5: Jun 30 '08

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...
gits's Avatar
Moderator
 
Join Date: May 2007
Location: Munich, Germany
Posts: 4,134
#6: Jun 30 '08

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 ...
insertAlias's Avatar
Forum Leader
 
Join Date: Apr 2008
Location: San Antonio, TX (USA)
Posts: 2,608
#7: Jul 1 '08

re: Remote update an Excel spreadsheet


Sharepoint would be perfect for this. It's not cheap though.
Moderator
 
Join Date: Mar 2006
Posts: 1,103
#8: Jul 16 '08

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?
Newbie
 
Join Date: Jun 2007
Posts: 18
#9: Jul 17 '08

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?
Newbie
 
Join Date: Jun 2007
Posts: 18
#10: Jul 17 '08

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