Login or Sign up Help | Site Map
Connecting Tech Pros Worldwide

Remote update an Excel spreadsheet

Discussion started by: green51 (Newbie) on June 28th, 2008 06:38 AM
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..
Would you like to join this discussion?
Sign up for a free account, or Login (if you're already a member).
gits's Avatar
gits
Moderator
3,132 Posts
June 28th, 2008
10:57 AM
#2

Re: Remote update an Excel spreadsheet
how do the users access the spreadsheet?

kind regards

Reply
green51's Avatar
green51
Newbie
18 Posts
June 29th, 2008
02:34 AM
#3

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.

Reply
gits's Avatar
gits
Moderator
3,132 Posts
June 29th, 2008
08:30 AM
#4

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

Reply
green51's Avatar
green51
Newbie
18 Posts
June 30th, 2008
04:32 AM
#5

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...

Reply
gits's Avatar
gits
Moderator
3,132 Posts
June 30th, 2008
05:02 PM
#6

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 ...

Reply
insertAlias's Avatar
insertAlias
Moderator
1,043 Posts
July 1st, 2008
10:17 PM
#7

Re: Remote update an Excel spreadsheet
Sharepoint would be perfect for this. It's not cheap though.

Reply
jkmyoung's Avatar
jkmyoung
Moderator
765 Posts
July 16th, 2008
12:21 AM
#8

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?

Reply
green51's Avatar
green51
Newbie
18 Posts
July 17th, 2008
03:28 AM
#9

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?

Reply
green51's Avatar
green51
Newbie
18 Posts
July 17th, 2008
03:41 AM
#10

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
Reply
Not the answer you were looking for? Post your question . . .
182,494 Experts ready to help you find a solution.
Sign up for a free account, or Login (if you're already a member).

Top Miscellaneous Questions Contributors