Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は持っていgoogle spreadsheetます。の値が の場合cell D2 = 5、特定のアドレスに電子メールを自動的に送信したい。
google spreadsheet
cell D2 = 5
このコードを教えていただけませんか?
ありがとう
Google スプレッドシート -> ツール -> スクリプト エディタでスクリプト エディタを使用できます。
ここでは、スクリプトで同様のコードを使用できます。
MailApp.sendEmail(useremail, subject , null,{htmlBody:"Dear"+" "+[i]+newline+" "} をご確認ください)
ここで、useremail: は文字列 email を含む変数であり、変数の名前からおそらく取得できます。