Thanks, but unfortunately the xls file will be updated on a dailly basis. So, I do not want to do anything except of clicking the link from the web page.
I doubt it. You may be able to use <embed...> or <object...> if the user has a plug-in installed on their system that is capable of reading xls files. It's a proprietry format, though, so I doubt if many browsers out there have that capability.
I think you've got three choices:
1: Supply all users of your website with such a plug-in (if there is one)
2: Process the xls file on the server using a server component, such as officewriter, so it's processed into standard html that your users can view (best option, I think).
3: Write a program that can do the same job at the client end, perhaps using Java. Again, not all users will have this capability, although it's a better probability.
Failing all of those, just offer the Excel file as a download.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.