Pregunta

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/

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top