2018年1月13日土曜日
Google Apps Scriptで既存の質問や問題を知りたい
わからないことや困ったことがあるときは、たいてい他にも誰かが同じように困っていて、既に解決策が議論されていたり進行中だったりするので、公式ページでも紹介されている参考サイトを幾つか貼っておきます。(全部英語)
Stack Overflow / google-apps-script
https://stackoverflow.com/questions/tagged/google-apps-script
Google+ Google Apps Script
https://plus.google.com/communities/102471985047225101769
Issue Tracker
https://issuetracker.google.com/issues?q=componentid:191640%20status:open
Troubleshooting
https://developers.google.com/apps-script/guides/support/troubleshooting
最新の投稿
Google Apps Scriptでドキュメントに画像を配置したい(フォルダ内の複数画像)
Google Apps Scriptでドキュメントに画像を配置したい では、ひとつの画像をドキュメントに配置しました。 今回は、特定のフォルダ内にある画像を一気に配置したくて書いたコードです。 画像が大きく見えるように画像サイズは1.2倍にしました。 コード.gs...