Hi,
I urgently in need of help here. Can someone please help me.
I had an excel file with image in the excel spreadsheet. How do I display the excel spreadsheet in the browser???
Thanks...
Regards...
Fernado
Display Excel in browser
Moderator: General Moderators
Fernado,
I have an excel spreedsheet that shows up fine by just linking to it.
However, remember this only works for Internet Explorer! 
I have an excel spreedsheet that shows up fine by just linking to it.
Code: Select all
<a href="c:\name.xls">Link Name</a>- Vincent Puglia
- Forum Commoner
- Posts: 67
- Joined: Thu Sep 04, 2003 4:20 pm
- Location: where the World once stood
Hi,
In and of themselves, links aren't client-dependent. If the client is aware of what do with an *.xls file, you shouldn't have a problem. Why not test and see?
If you want an IE-thingy, search http://msdn.microsoft.com for WScript and/or execCommand
Vinny
In and of themselves, links aren't client-dependent. If the client is aware of what do with an *.xls file, you shouldn't have a problem. Why not test and see?
If you want an IE-thingy, search http://msdn.microsoft.com for WScript and/or execCommand
Vinny