質問編集履歴
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -46,7 +46,7 @@
|
|
46
46
|
|
47
47
|
|
48
48
|
|
49
|
-
const doc = DocumentApp.openById('
|
49
|
+
const doc = DocumentApp.openById('xxxxxxxxxxxxxxxxxxxx');
|
50
50
|
|
51
51
|
const docText = doc.getBody().getText();
|
52
52
|
|
@@ -68,7 +68,7 @@
|
|
68
68
|
|
69
69
|
'cc': values[i][4],
|
70
70
|
|
71
|
-
'name': "
|
71
|
+
'name': "wakashun"
|
72
72
|
|
73
73
|
}
|
74
74
|
|