質問編集履歴

3

記載漏れの修正

2022/08/05 06:05

投稿

shirogohan
shirogohan

スコア14

test CHANGED
File without changes
test CHANGED
@@ -16,7 +16,9 @@
16
16
  https://note.com/taraco123/n/n53b662bcf8fc
17
17
  (これはPDF生成版)
18
18
 
19
+ ```
20
+
19
- ```function myFunction() {
21
+ function myFunction() {
20
22
 
21
23
  const ss = SpreadsheetApp.getActiveSpreadsheet();
22
24
 

2

コンマ修正

2022/08/05 05:59

投稿

shirogohan
shirogohan

スコア14

test CHANGED
File without changes
test 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

誤字修正

2022/08/03 05:19

投稿

shirogohan
shirogohan

スコア14

test CHANGED
@@ -1 +1 @@
1
- 【GAS】スプレッドシートのシートごとにエクセルファイルを生成
1
+ 【GAS】スプレッドシートのシートごとにエクセルファイルを生成
test CHANGED
File without changes