Excel embedded in a php page -


I have a customer who wants to be able to embed an Excel document (which is currently sitting on the same server) Is HTML document) like you would embed a flash app on a page.

I am right to assume that this is not possible, is not it? Please confirm / reject so that we can hope to proceed with this as they think it is possible. We are on an LAMP setup, so unfortunately there is no NIT tricks.

You are right - at least, it can not be cross-browser just you have the excel spreadsheet file You have to link to. Alternatively, if you only need to display data, then I'm sure you can find a PHP library that reads Excel files and displays their content in an HTML. Table


Comments