Is there a simple way to embed an Excel file into a web page? For example, say I want to import a table of 100 values into an HTML or PHP document.
Asked
Active
Viewed 6,671 times
0
-
what did you try so far? – Alp Mar 14 '12 at 15:03
-
I tried to use publish as webpage from excel but the excel file is linked and auto synchronised with my database. – Jenz Mar 14 '12 at 15:07
-
what functionality are you looking for ? Do you want to display values only or you want the user to use all of the excel capabilities (like formulas and stuff) – isJustMe Mar 14 '12 at 15:10
-
Rafael i have a table in excel, i want in every page.html or page.php open get the information from Excel. – Jenz Mar 14 '12 at 15:23
-
I am pleased if you are satisfied with your solution but I would not consider use of Google Docs. Google seems to believe that can use anything that passes through their hands in any way they want. I hope you are happy for Google to use your data for their purposes. I suggest you look at my answer to what seems a very similar question. [how to display excel sheet in html page](http://stackoverflow.com/a/9702707/973283) – Tony Dallimore Mar 15 '12 at 11:08
1 Answers
0
take a look at this: http://devzone.zend.com/27/reading-and-writing-spreadsheets-with-php/
if you want only embed it:
- upload the file to google docs
- file> publish
- select embed
- copy the link
- paste to your webpage
Example: http://jsfiddle.net/fupqx/1/
-
This is also to read and write excel, the OP wants to embed a sheet on the webpage – isJustMe Mar 14 '12 at 15:11
-
Thank you :) that what i want exactly but it's a little bit complicated with all that plugins. – Jenz Mar 14 '12 at 15:32
-
I need to ember a auto-synchronised file :) Mr. Astalavista not a normal file – Jenz Mar 14 '12 at 15:45
-
Than sync it that way (or edit it online): http://www.readwriteweb.com/archives/3_tools_to_sync_your_files_with_google_docs.php – Mar 14 '12 at 15:48
-
-
i success to make it http://nx.ma/Tamesna **Thanks to Everybody here thank you a millions** – Jenz Mar 16 '12 at 13:40