回答編集履歴

1

 

2022/05/08 01:57

投稿

退会済みユーザー
test CHANGED
@@ -9,7 +9,6 @@
9
9
  sheet.getRange('B10').activate();
10
10
  toggleSideBar();
11
11
  }
12
-
13
12
  function toggleSideBar() {
14
13
  const html = '<script>setTimeout(google.script.host.close,0);</script>';
15
14
  SpreadsheetApp.getUi().showSidebar(HtmlService.createHtmlOutput(html));