I am inserted an href
Link to open Excel Sheet(already existing in Server directory) in a JSP page. It is working perfectly fine in local eclipse browser but unable to open the sheet in InternetExplorer (client side). The snippet is as below.
<a href="C:\Sheet\SparesUsed.xls#Sheet1!A1"> This link will open the Excel Sheet </a>
Now, it is working perfectly fine in InternetExplorer 7 (client side) also, because I have used the server path in workspace of eclipse to store the excel sheet folder , the path is as follows Server path for File :C:\workspace.metadata.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\LoginExample\Sheet\SparesUsed.xls.
But when i open and try to edit the excel sheet , it is giving me error "Sparesused.xls is read only". To save a copy ,click ok, then give workbook new name in saveas dialog box". But I cannot allow the user to change the location of the file using saveas button because this same sheet would be used and open again & again using href link of jsp. i am using Tomcat6.0 version of server