Embedding Google Spreadsheets into pages

Try an iframe in the HTML for your page node:

Code:
<iframe src="https://docs.google.com/spreadsheet/ccc?key=0AkC4obslucgXdGF0Sk81eEJWQTUtb3Jnak9neHQwbHc#gid=0" width="600" height="500"></iframe>

edit - assuming you are talking about a page node.
 
Top Bottom