質問編集履歴
3
誤字
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
2
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -4,6 +4,7 @@
|
|
4
4
|
|
5
5
|
宜しくお願い致します。
|
6
6
|
|
7
|
+
```
|
7
8
|
function alertContract() {
|
8
9
|
var mySheet = SpreadsheetApp.openById('xxxxxxxxx').getSheetByName('xxxxx'); //スプレッドシートを取得
|
9
10
|
var lastRow = mySheet.getLastRow(); //スプレッドシートの最終行を取得
|
@@ -49,7 +50,7 @@
|
|
49
50
|
var url = 'https://xxxxxxxxxxxxxxxxxxx'; //「2.SlackのIncoming WebHooksの登録しよう」で払い出したURLを指定
|
50
51
|
UrlFetchApp.fetch(url,options);
|
51
52
|
}
|
53
|
+
```
|
52
54
|
|
53
55
|
|
54
|
-
|
55
56
|
]
|
1
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -52,4 +52,4 @@
|
|
52
52
|
|
53
53
|
|
54
54
|
|
55
|
-
]
|
55
|
+
]
|