Embed Google docs editor into webpage? [closed]

狂风中的少年 提交于 2019-12-01 17:50:53

I don't think this is currently possible with Google Docs.

Yes it is:

< iframe height="300" src="https://docs.google.com/spreadsheet/ccc?key=0AgRoqAerkV0-dE1TS1BKVGk0cUFSNi1HZG10dFNEU0E&usp=sharing&embedded=true" width="75%" >

It's possible to edit an existing document. You must only put the following.

To save file in another server, you must capture event on click in the frame and if yoy want to create new, you must create the file on gmail server then download on to your server.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!