cccs-web / core

CCCS' customized django web application
4 stars 11 forks source link

help enable editable Google Spreadsheet embedded in Django app #183

Open cccs-ip opened 9 years ago

cccs-ip commented 9 years ago

Hi Paul,

I'd like to create a website user account for CCCS and share Google Spreadsheet files with it to public on the web. I would like to be able to embed these within a page somehow. For client sites, it would be cool if we could allow users who are signed in to edit (tracked as a generic website user).

Is this possible?

I imagine there are a host of related connections.

pwhipp commented 9 years ago

Looks straightforward. Give me a spreadsheet (and perhaps the page where you want it - put in a link if the instructions in the answer on stackoverflow don't just work out (it looks like they should)).

To clarify the instructions: Make an iframe like the OP's example and replace the source with the link result of selecting "share" on google drive. Make sure that anyone can edit the page and you are done (for read only it should work as set up by the OP).

cccs-ip commented 9 years ago

I have used embedded iframes before with the old Joomla! site. They don't appear to be enabled on ours.