Edit & Save Excel File Online ?!?!

jayes99

New Member
Joined
Sep 3, 2002
Messages
1
In our intranet application, the Users view an Excel file online using their browser.
The users should be able to edit and save the excel file online, without downloading the file, make the changes and then upload.

How to edit an excel file and save online?
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
I'm surprised that you didn't start this post with the phrase "this should be easy..."

Bad news, it's not. Excel has no facility for updating itself via a TCP/IP connection. I'm afraid your stuck using ASP or PHP for web data entry.

It's an interesting question though. Actually, I can see some possibilities like code in the spreadsheet that actually loads the data each time from a specialized server and then retransmits the data back on close. I could make it work but it would be easier to implement in ASP. It would only create the illusion that you were updating a spreadsheet.
 
Upvote 0
I think you can use ColdFusion to link to your tables in Excel, which will update them, I could be wrong, but I know it works with Access tables.

Worst case, export data to Access, then link to Access.

Corticus
 
Upvote 0

Forum statistics

Threads
1,215,029
Messages
6,122,760
Members
449,095
Latest member
m_smith_solihull

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top