code-wizard Posted February 17, 2009 Share Posted February 17, 2009 I'm building website but how could I make the web browsers (at client side) display excel and word files (located in my server) instead of opening Microsoft Office application (at client side) example of code: <html> <body> <a href="Book1.xsl">Click here to see the file</a> </body> </html> Quote Link to comment https://forums.phpfreaks.com/topic/145604-how-could-clients-browsers-display-xls-excel-file-provided-by-server/ Share on other sites More sharing options...
corbin Posted February 17, 2009 Share Posted February 17, 2009 So how do you want the browser to show the file without using a program to display it? Quote Link to comment https://forums.phpfreaks.com/topic/145604-how-could-clients-browsers-display-xls-excel-file-provided-by-server/#findComment-764586 Share on other sites More sharing options...
haku Posted February 18, 2009 Share Posted February 18, 2009 Please don't start multiple threads on the same subject. Quote Link to comment https://forums.phpfreaks.com/topic/145604-how-could-clients-browsers-display-xls-excel-file-provided-by-server/#findComment-764784 Share on other sites More sharing options...
funkyres Posted February 18, 2009 Share Posted February 18, 2009 You could print the document to pdf. Or you could translate the document into xml and then use xslt to translate the document into xhtml/html What are you trying to accomplish? Quote Link to comment https://forums.phpfreaks.com/topic/145604-how-could-clients-browsers-display-xls-excel-file-provided-by-server/#findComment-765174 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.