Embed Google docs editor into webpage? [closed]

2020-04-03 11:01发布

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?

3条回答
对你真心纯属浪费
2楼-- · 2020-04-03 11:10

Yes it is:

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

查看更多
姐就是有狂的资本
3楼-- · 2020-04-03 11:20

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.

查看更多
走好不送
4楼-- · 2020-04-03 11:22

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

查看更多
登录 后发表回答