以编程方式在 Google SpreadSheet 上插入脚本
我想知道是否可以使用 < 在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定为什么你想将相同的脚本插入多个电子表格,但我可以建议一种相反的方法。如果您的脚本位于特定的电子表格中,则可以使用 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.