質問編集履歴
3
記載漏れの修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -16,8 +16,10 @@
|
|
16
16
|
https://note.com/taraco123/n/n53b662bcf8fc
|
17
17
|
(これはPDF生成版)
|
18
18
|
|
19
|
-
```
|
19
|
+
```
|
20
20
|
|
21
|
+
function myFunction() {
|
22
|
+
|
21
23
|
const ss = SpreadsheetApp.getActiveSpreadsheet();
|
22
24
|
|
23
25
|
const key = ss.getId();
|
2
コンマ修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -32,7 +32,7 @@
|
|
32
32
|
|
33
33
|
const gid = sheet.getSheetId();
|
34
34
|
|
35
|
-
const url = "https://docs.google.com/spreadsheets/d/" + key + "/export?gid=" + gid + "&exportFormat=xlsx;
|
35
|
+
const url = "https://docs.google.com/spreadsheets/d/" + key + "/export?gid=" + gid + "&exportFormat=xlsx”;
|
36
36
|
|
37
37
|
const options = {
|
38
38
|
headers:{"Authorization":"Bearer " + token}
|
1
誤字修正
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
【GAS】スプレッドシートのシートごとにエクセルファイルを生成
|
1
|
+
【GAS】スプレッドシートのシートごとにエクセルファイルを生成
|
body
CHANGED
File without changes
|