From 9e66dda95d931bd6871c314bfe7388e37e0c17fb Mon Sep 17 00:00:00 2001 From: Yeun1104 Date: Tue, 11 Jul 2023 22:57:47 +0900 Subject: [PATCH 1/2] =?UTF-8?q?0712=EA=B3=BC=EC=A0=9C=5F=EC=8B=A0=EC=98=88?= =?UTF-8?q?=EC=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test.html | 220 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 220 insertions(+) create mode 100644 test.html diff --git a/test.html b/test.html new file mode 100644 index 00000000..c607f09a --- /dev/null +++ b/test.html @@ -0,0 +1,220 @@ + + + + Drive API Quickstart + + + +

Drive API Quickstart

+ + + + + + + + + +

+
+    
+    
+    
+    
+    
+

From e9a010ec1af0bbfe0af48c672338dbdcb32907e4 Mon Sep 17 00:00:00 2001
From: Yeun1104 
Date: Tue, 25 Jul 2023 23:29:21 +0900
Subject: [PATCH 2/2] =?UTF-8?q?0726=EA=B3=BC=EC=A0=9C=EC=9E=85=EB=8B=88?=
 =?UTF-8?q?=EB=8B=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 0726tesk.gs | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 0726tesk.gs

diff --git a/0726tesk.gs b/0726tesk.gs
new file mode 100644
index 00000000..bd9957e8
--- /dev/null
+++ b/0726tesk.gs
@@ -0,0 +1,12 @@
+let ui = SpreadsheetApp.getUi();
+
+function myFunction() {
+  //zioyou 라이브러리의 fShowMenu()를 실행
+  zioyou.fShowMenu();
+}
+
+//zioyou 라이브러리의 fShowMenu()에서 함수 eSign()을 호출하기 때문에 선언
+function eSign() {
+  zioyou.eSign();
+  //zioyou 라이브러리의 함수인 eSign()을 실행
+}
\ No newline at end of file