I'm trying to embed an editable google spreadsheet in a simple HTML page. Most places on the web including Stack Overflow, ask me to try fixing the URL. However this does not work for me for some reason.

<iframe width='300' height='500' frameborder='0' src='https://docs.google.com/spreadsheet/ccc?key=0Ap2hoxVM_haNdERKVlZDaGQxUTdJX0J3OEFaaURELUE&usp=sharing&single=true&range=A1%3AB36&output=html&widget=true&rm=minimal'></iframe>

Here's a jsfiddle with the embed code http://jsfiddle.net/NwWvd/

有帮助吗?

解决方案

I think it's ok with code. Here is working code with my spreadsheet:

<iframe width='300' height='500' frameborder='0' src='https://docs.google.com/spreadsheet/ccc?key=1_E95obcIyHPRdblORhNqzbLRTz2Oo17TntFXXv7El14&usp=sharing&single=true&range=A1%3AB36&output=html&widget=true&rm=minimal'></iframe>

Problem is with sharing permission. Check this out.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top