Connecting Tech Pros Worldwide Help | Site Map

Remote update an Excel spreadsheet

 
LinkBack Thread Tools Search this Thread
  #1  
Old June 28th, 2008, 06:38 AM
Newbie
 
Join Date: Jun 2007
Posts: 18
Default Remote update an Excel spreadsheet

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..
Reply
  #2  
Old June 28th, 2008, 10:57 AM
gits's Avatar
Moderator
 
Join Date: May 2007
Location: Munich, Germany
Age: 37
Posts: 3,780
Default

how do the users access the spreadsheet?

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

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
  #4  
Old June 29th, 2008, 08:30 AM
gits's Avatar
Moderator
 
Join Date: May 2007
Location: Munich, Germany
Age: 37
Posts: 3,780
Default

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
  #5  
Old June 30th, 2008, 04:32 AM
Newbie
 
Join Date: Jun 2007
Posts: 18
Default

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
  #6  
Old June 30th, 2008, 05:02 PM
gits's Avatar
Moderator
 
Join Date: May 2007
Location: Munich, Germany
Age: 37
Posts: 3,780
Default

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
  #7  
Old July 1st, 2008, 10:17 PM
insertAlias's Avatar
Forum Leader
 
Join Date: Apr 2008
Location: San Antonio, TX (USA)
Age: 24
Posts: 2,514
Default

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

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
  #9  
Old July 17th, 2008, 03:28 AM
Newbie
 
Join Date: Jun 2007
Posts: 18
Default

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

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

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search


Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,989 network members.