Embed Google docs editor into webpage? [closed]

大憨熊 提交于 2019-12-19 18:23:37

问题


Is it possible to embed the Google Docs editor so that it reads a file, which is then uploaded to a server (not google docs server) and you can edit it and save back to same file?


回答1:


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




回答2:


Yes it is:

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




回答3:


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.



来源:https://stackoverflow.com/questions/8226222/embed-google-docs-editor-into-webpage

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