happiness (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) happiness

2023-03-13から1日間の記事一覧

GASでロギングする方法~SpreadSheetを使うような検索しても出てこなかった方法編~

gas

方法一覧 console.log 2 Logger spread sheet上に残す 1,2はよくあるが、3はあまり見かけないので、ここに記しておきます。 方法 適当に以下のようなscriptを準備する ※下記コードは雰囲気なので、動かないかもです class SpreadSheet { static log(data: an…

clasp使ったときのメモ(複数プロジェクトを複数環境で運用する方法など)

GAS

対象箇所についての背景知識 公式documentを読んで確認していった Apps Script – Google Apps Script 要望 複数のプロジェクトを管理する stagning, produtionにデプロイしたい 複数のプロジェクトを管理する Local directory in which clasp will store you…