以编程方式在 Google SpreadSheet 上插入脚本

发布于 2024-11-07 08:47:08 字数 238 浏览 4 评论 0原文

我想知道是否可以使用 < 在 GDocs 电子表格中插入 脚本 a href="http://code.google.com/apis/spreadsheets/" rel="nofollow">Google SpreadSheet API。 我想将我的脚本插入电子表格列表中,但不想手动执行此操作。

I would like to know if it is possible to insert a Script in a GDocs SpreadSheet using the Google SpreadSheet API.
I want to insert my script in a list of SpreadSheets but don't want to do it manually.

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

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

发布评论

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

评论(1

沙沙粒小 2024-11-14 08:47:08

我不确定为什么你想将相同的脚本插入多个电子表格,但我可以建议一种相反的方法。如果您的脚本位于特定的电子表格中,则可以使用 Google 文档列表 API 一次又一次地复制它:(http://code.google.com/apis/documents/docs/3.0/developers_guide_protocol.html#CopyingDocs)。

由于将数据放入电子表格很容易,因此您可以使用给定脚本将数据复制到新创建的电子表格副本中。

I'm not sure why you want to insert the same script into multiple spreadsheets, but I can suggest a reverse approach. If you have the script in a specific spreadsheet you can copy it again and again with Google Document List API:(http://code.google.com/apis/documents/docs/3.0/developers_guide_protocol.html#CopyingDocs).

Since it is easy to put data into a spreadsheet, you can copy your data into the newly created copy of the spreadsheet with the given script.

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