将 Google 文档编辑器嵌入网页?

发布于 2024-12-17 13:22:40 字数 1436 浏览 3 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

预谋 2024-12-24 13:22:40

是的,它是:

<内嵌框架
高度=“300”
src="https://docs.google.com/spreadsheet/ccc?key=0AgRoqAerkV0-dE1TS1BKVGk0cUFSNi1HZG10dFNEU0E&usp=sharing&embedded=true"
宽度=“75%”>

Yes it is:

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

依 靠 2024-12-24 13:22:40

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

深陷 2024-12-24 13:22:40

可以编辑现有文档。您必须只输入以下内容。

要将文件保存在另一台服务器中,您必须捕获框架中的单击事件,如果您想创建新文件,则必须在 Gmail 服务器上创建文件,然后下载到您的服务器上。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文