回答編集履歴
1
あ
answer
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
}
|
5
5
|
function myFunction() {
|
6
6
|
const sheet = SpreadsheetApp.getActiveSheet();
|
7
|
-
const dats = sheet.getDataRange().getValues();
|
7
|
+
const dats = sheet.getDataRange().getValues().slice(1);
|
8
8
|
|
9
9
|
const mailTemplateBody = DocumentApp.openById("").getBody().getText();
|
10
10
|
|