简体   繁体   中英

Google spreadsheet scripts remote install?

I need to install a set of scripts to many google spreadsheets. Is there any API that I can install scripts remotely? 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 )

Alternatively, you can build libraries and refer to those libraries from within the sheet.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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