stmasi
09-18-2008, 04:31 PM
Good afternoon, all.
I'm working on an intranet site that I would like to do the following:
I have an Excel file (saved as HTML) that I'd like to give the user the option to either "view" or "edit." Of course, the view is easy enough as the file is already saved in the appropriate format...so I just do this:
<a href="this_is_the_path_to_the/excel_file.htm">VIEW</a>
How can I allow the user to edit the file, using their locally-installed copy of Excel? Is there some code snippet or something of the like I can embed in the HTML?
Thanx.
I'm working on an intranet site that I would like to do the following:
I have an Excel file (saved as HTML) that I'd like to give the user the option to either "view" or "edit." Of course, the view is easy enough as the file is already saved in the appropriate format...so I just do this:
<a href="this_is_the_path_to_the/excel_file.htm">VIEW</a>
How can I allow the user to edit the file, using their locally-installed copy of Excel? Is there some code snippet or something of the like I can embed in the HTML?
Thanx.