简体   繁体   English

Google电子表格脚本远程安装?

[英]Google spreadsheet scripts remote install?

I need to install a set of scripts to many google spreadsheets. 我需要为许多Google电子表格安装一组脚本。 Is there any API that I can install scripts remotely? 是否可以远程安装脚本的任何API? Or I have to manually install all the scripts manually? 还是我必须手动手动安装所有脚本?

You can't access the script editor attached to a specific spreadsheet remotely. 您无法远程访问附加到特定电子表格的脚本编辑器。 Many functions can be run on the spreadsheet remotely using SpreadsheetApp.openById( Spreadsheet Key ) 可以使用SpreadsheetApp.openById( Spreadsheet Key 在电子表格上远程运行许多功能

Alternatively, you can build libraries and refer to those libraries from within the sheet. 或者,您可以构建库并从工作表中引用这些库。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM