Help | Site Map
Connecting Tech Pros Worldwide
Reply
 
LinkBack Thread Tools
  #1  
Old June 28th, 2008, 07: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, 11:57 AM
gits's Avatar
Moderator
 
Join Date: May 2007
Location: Munich, Germany
Age: 36
Posts: 3,390
Default

how do the users access the spreadsheet?

kind regards
Reply
  #3  
Old June 29th, 2008, 03: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, 09:30 AM
gits's Avatar
Moderator
 
Join Date: May 2007
Location: Munich, Germany
Age: 36
Posts: 3,390
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, 05: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, 06:02 PM
gits's Avatar
Moderator
 
Join Date: May 2007
Location: Munich, Germany
Age: 36
Posts: 3,390
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, 11:17 PM
insertAlias's Avatar
Moderator
 
Join Date: Apr 2008
Location: San Antonio, TX (USA)
Age: 24
Posts: 1,981
Default

Sharepoint would be perfect for this. It's not cheap though.
Reply
  #8  
Old July 16th, 2008, 01:21 AM
Moderator
 
Join Date: Mar 2006
Posts: 898
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, 04: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, 04: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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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 network members.
Post your question now . . .
It's fast and it's free

Popular Articles