Results 1 to 3 of 3
- 09-08-2009, 08:54 AM #1
Member
- Join Date
- Mar 2009
- Posts
- 42
- Rep Power
- 0
Excel sheet opening in read-only mode
If am trying to open an excel sheet(through web application) to edit any information,Its opening in read-only mode and displaying the msg that if I have to edit I have to save it in local and then i can make changes.But that i dont want,It should be saved and afterwards whoever opens it,they should get the latest information.Also i have checked the permission in excel sheet,It has both read and write permission.
How can i make the excel sheet to open in read and write mode so that user can edit it.
I am using Java,servlets in the business logic and Jsp for my pages.
Thanks
- 09-08-2009, 11:30 AM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,481
- Rep Power
- 16
That's not how a web app works.
The excel sheet is always read only in a web app...it does not hold a reference to the original sheet or anything like that. All you can do, therefore, is save the file for edit...edit it...then upload it back to the server. However, since this is apparently shared, I woudl suggest this is possibly not a good idea. How would you deal with concurrency issues (user A edits the file, user B also edits the file, both save, who has precedence)?
- 09-08-2009, 02:08 PM #3
Member
- Join Date
- Mar 2009
- Posts
- 42
- Rep Power
- 0
Similar Threads
-
SQL Query resultset into Excel Sheet
By chandpuri in forum JDBCReplies: 8Last Post: 01-24-2011, 06:53 PM -
How to create excel sheet?
By kishan in forum Advanced JavaReplies: 3Last Post: 07-13-2010, 01:15 PM -
Export Html table to excel sheet by JS
By roby_joshua in forum New To JavaReplies: 1Last Post: 08-27-2008, 06:25 PM -
Regarding retrieval of sheet names from a excel workbook
By yuvaraj23 in forum New To JavaReplies: 0Last Post: 03-11-2008, 02:20 PM -
How to set the AutoFilter to Excel Sheet with Wither POI or JXL
By lnarayana_boga in forum Advanced JavaReplies: 0Last Post: 01-29-2008, 09:05 AM


LinkBack URL
About LinkBacks


Bookmarks