new Embed stuff in your pages: sheet
Add to Technorati Favorites
Showing posts with label sheet. Show all posts
Showing posts with label sheet. Show all posts

Thursday, April 5, 2007

Embed google spreadsheets in your website

Google Docs and Spreadsheets provides a lot of sharing options for your spreadsheets. In this page, they explain how you can embed your spreadsheet inside your website.

Here's how a sample spreadsheet looks like:


And here's the generated code:
<iframe width='500' height='' frameborder='0'src='http://spreadsheets.google.com/pub?key=pPwo7--7PfjIRdqjkoYfiIQ&output=html&widget=true'></iframe>


They also provide a lot of different other options for embedding:

Thursday, March 29, 2007

Embed spreadsheets in your website using Zoho sheet

Zoho sheet is another great product from Zoho that can generate spreadsheets embeddable in your blog or your website.

Just create your spreadsheet and click on the "Publish" menu, where you will find the option "Embed in Website/Blog". From there, after agreeing on making the spreadsheet public, you can copy the HTML and paste it in your website.



Here is how the embedded Zoho spreadsheet looks like:



And here's the code:

<iframe src='http://sheet.zoho.com/publish.do?docurl=uQcCx5q7c8%2BexjSstIh0sQ%3D%3D&name=W5%2BmaSCODVz%2BuVm31GQvyw%3D%3D'
frameborder='0' scrolling='no'
style='height:500px;width:600px'>
</iframe>