开发者

Insert Script on Google SpreadSheet programmatically

开发者 https://www.devze.com 2023-03-05 10:43 出处:网络
开发者_开发知识库I would like to know if it is possible to insert a Script in a GDocs SpreadSheet using the 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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号