importing external javascript to google apps script

后端 未结 5 655
一向
一向 2020-12-01 02:31

I am trying to use Trello from a Google Spreadsheet (Google Docs) and am not sure how to import/reference/link the javascript files required to use their library. My only o

5条回答
  •  醉酒成梦
    2020-12-01 02:57

    Yes you can use JavasSript libraries in Google script. Copy all content of the libraries JavaScript and post it in new GS file.

提交回复
热议问题