{"id":3304,"date":"2021-01-13T12:42:40","date_gmt":"2021-01-13T03:42:40","guid":{"rendered":"http:\/\/autooffice.co.kr\/?p=3304"},"modified":"2025-09-15T18:09:56","modified_gmt":"2025-09-15T09:09:56","slug":"google-apps-script-%eb%a9%94%eb%89%b4-%ec%83%9d%ec%84%b1","status":"publish","type":"post","link":"https:\/\/www.autooffice.co.kr\/en\/blog\/2021\/01\/13\/google-apps-script-%eb%a9%94%eb%89%b4-%ec%83%9d%ec%84%b1\/","title":{"rendered":"Google Apps Script: \uba54\ub274 \uc0dd\uc131\ud558\ub294 \ubc29\ubc95"},"content":{"rendered":"\n<p>\uad6c\uae00 \uc2dc\ud2b8\uc758 \uc0c1\ub2e8 \uba54\ub274\uc5d0 Apps Script\ub97c \uc2e4\ud589\uc2dc\ud0a4\ub294 \uc0c8\ub85c\uc6b4 \uba54\ub274\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \uc18c\uac1c\ud569\ub2c8\ub2e4. <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"748\" src=\"http:\/\/autooffice.co.kr\/wp\/wp-content\/uploads\/2021\/01\/image-1024x748.png\" alt=\"\uba54\ub274 \uc0dd\uc131\" class=\"wp-image-3306\" srcset=\"https:\/\/www.autooffice.co.kr\/wp\/wp-content\/uploads\/2021\/01\/image-1024x748.png 1024w, https:\/\/www.autooffice.co.kr\/wp\/wp-content\/uploads\/2021\/01\/image-300x219.png 300w, https:\/\/www.autooffice.co.kr\/wp\/wp-content\/uploads\/2021\/01\/image-768x561.png 768w, https:\/\/www.autooffice.co.kr\/wp\/wp-content\/uploads\/2021\/01\/image-1536x1122.png 1536w, https:\/\/www.autooffice.co.kr\/wp\/wp-content\/uploads\/2021\/01\/image.png 1597w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div>\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"gb-headline gb-headline-31a78f82\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" height=\"1em\" width=\"1em\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path fill=\"currentColor\" d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg><\/span><span class=\"gb-headline-text\"> \ubc29\ubc95<\/span><\/h4>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"width-set:true width:800 top-margin:30 bottom-margin:30 toolbar-overlay:false toolbar-hide:false toolbar-delay:false show-title:false ranges:false nums:false nums-toggle:false plain:false plain-toggle:false copy:false popup:false expand-toggle:false lang:as decode:true \" title=\"Class Menu\">function onOpen(e) { \/\/\ud30c\uc77c\uc744 \uc5f4 \ub54c \uc801\uc6a9\ud569\ub2c8\ub2e4.\n  SpreadsheetApp.getUi() \/\/ \ud0ed\uc740 \ub9cc\ub4dc\ub294 \ud568\uc218\uc785\ub2c8\ub2e4.\n      .createMenu('\ub2e4\uc6b4\ub85c\ub4dc') \/\/ \ud0ed\uc73c\ub85c \ub9cc\ub4e4 \uba54\ub274\uba85\uc785\ub2c8\ub2e4.\n        .addItem('PDF\ub85c \uc120\ud0dd \uc2dc\ud2b8 \ubc1b\uae30', 'downloadXLS_GUI3') \/\/ \ud0ed \uc548\uc5d0 \ub4e4\uc5b4\uac00\ub294 \uba54\ub274\uc785\ub2c8\ub2e4. \uccab\ubc88\uc9f8 ' ' \uc5d0\ub294 \uc774\ub984\uc744 \ub123\uace0, \ub450\ubc88\uc9f8 ' ' \uc5d0\ub294 \uc5f0\uacb0\ub418\ub294 \uc2a4\ud06c\ub9bd\ud2b8\uba85\uc744 \ub123\uc2b5\ub2c8\ub2e4. \n        .addSeparator() \/\/ \ubd84\ub9ac\uc790\ub97c \ub123\uc2b5\ub2c8\ub2e4. (\uc120\ud0dd)\n        .addSubMenu(SpreadsheetApp.getUi().createMenu('\uc5d1\uc140\ub85c \ubc1b\uae30') \/\/\uc11c\ube0c \uba54\ub274\ub97c \ub9cc\ub4dc\ub294 \ud568\uc218\uc785\ub2c8\ub2e4. \uba54\ub274\uba85\uc744 ' ' \uc5d0 \ub123\uc2b5\ub2c8\ub2e4.\n          .addItem('\uc804\uccb4 \uc2dc\ud2b8 \ubc1b\uae30', 'downloadXLS_GUI') \/\/ \uc5ec\ub7ec \uba54\ub274(\uc544\uc774\ud15c)\uc744 \ub123\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \n          .addItem('\uc120\ud0dd \uc2dc\ud2b8 \ubc1b\uae30', 'downloadXLS_GUI2')\n          ) \/\/ \uc11c\ube0c\uba54\ub274\ub97c \ub2eb\uc544\uc8fc\ub294 \uad04\ud638\ub97c \uc78a\uc9c0 \ub9c8\uc138\uc694.\n      .addToUi();\n};<\/pre><\/div>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"gb-headline gb-headline-a3167fe1\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" height=\"1em\" width=\"1em\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path fill=\"currentColor\" d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg><\/span><span class=\"gb-headline-text\">\uc0d8\ud50c \ub9c1\ud06c<\/span><\/h4>\n\n\n\n\n<a class=\"gb-button gb-button-fa331f83 gb-button-text button\" href=\"https:\/\/vo.la\/fnxvy\">\uad6c\uae00\uc2dc\ud2b8 \uc0d8\ud50c<\/a>\n\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"gb-headline gb-headline-b44220e5\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" height=\"1em\" width=\"1em\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path fill=\"currentColor\" d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg><\/span><span class=\"gb-headline-text\">\uc124\uba85<\/span><\/h4>\n\n\n\n<p><a aria-label=\"\uad6c\uae00 \uc124\uba85 (\uc601\ubb38) (opens in a new tab)\" href=\"https:\/\/developers.google.com\/apps-script\/reference\/base\/menu\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"ek-link\">\uad6c\uae00 \uc124\uba85 (\uc601\ubb38)<\/a><\/p>\n\n\n\n<p><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<p><br><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"691\" height=\"512\" src=\"https:\/\/www.autooffice.co.kr\/wp\/wp-content\/uploads\/2025\/08\/image-27.png\" alt=\"\" class=\"wp-image-17075\" srcset=\"https:\/\/www.autooffice.co.kr\/wp\/wp-content\/uploads\/2025\/08\/image-27.png 691w, https:\/\/www.autooffice.co.kr\/wp\/wp-content\/uploads\/2025\/08\/image-27-300x222.png 300w\" sizes=\"auto, (max-width: 691px) 100vw, 691px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"aioseo-\uc5c5\ubb34-\ud6a8\uc728\uc131-200-\uc62c\ub9ac\uae30-with-autooffice\">\uc5c5\ubb34 \ud6a8\uc728\uc131 200% \uc62c\ub9ac\uae30, with autooffice<\/h2>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"aioseo-\ub8e8\ucee4-\uc2a4\ud29c\ub514\uc624-\uac1c\ubc1c-\ubb38\uc758\ub294-\uad6c\uae00\ud3fc\uc744-\uc774\uc6a9\ud574\uc8fc\uc138\uc694\">\ud504\ub85c\uc81d\ud2b8 \uac1c\ubc1c \ubb38\uc758\ub294 \uad6c\uae00\ud3fc\uc744 \uc774\uc6a9\ud574\uc8fc\uc138\uc694!<\/h2>\n\n\n\n<p><\/p>\n\n\n\n<p><a href=\"https:\/\/docs.google.com\/forms\/d\/e\/1FAIpQLSc-FiMM9foF0jEAWqL7IePJTEdQ0X9asQTENOIv_3mltyq2zg\/viewform?pli=1\" target=\"_blank\" rel=\"noopener\" title=\"\">\uc624\ud1a0\uc624\ud53c\uc2a4 \ud504\ub85c\uc81d\ud2b8 \ubb38\uc758<\/a><\/p>\n\n\n\n<p><br><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uad6c\uae00 \uc2dc\ud2b8\uc758 \uc0c1\ub2e8 \uba54\ub274\uc5d0 Apps Script\ub97c \uc2e4\ud589\uc2dc\ud0a4\ub294 \uc0c8\ub85c\uc6b4 \uba54\ub274\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \uc18c\uac1c\ud569\ub2c8\ub2e4. \uad6c\uae00 \uc124\uba85 (\uc601\ubb38) \uc5c5\ubb34 \ud6a8\uc728\uc131 200% \uc62c\ub9ac\uae30, with autooffice \ud504\ub85c\uc81d\ud2b8 \uac1c\ubc1c \ubb38\uc758\ub294 \uad6c\uae00\ud3fc\uc744 \uc774\uc6a9\ud574\uc8fc\uc138\uc694! \uc624\ud1a0\uc624\ud53c\uc2a4 \ud504\ub85c\uc81d\ud2b8 \ubb38\uc758<\/p>\n","protected":false},"author":1,"featured_media":3331,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"footnotes":""},"categories":[5],"tags":[355,71,70],"class_list":["post-3304","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-spreadsheet","tag-apps-script","tag-71","tag-70"],"translation":{"provider":"WPGlobus","version":"3.0.2","language":"en","enabled_languages":["ko","en"],"languages":{"ko":{"title":true,"content":true,"excerpt":false},"en":{"title":false,"content":false,"excerpt":false}}},"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.autooffice.co.kr\/en\/wp-json\/wp\/v2\/posts\/3304","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.autooffice.co.kr\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.autooffice.co.kr\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.autooffice.co.kr\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.autooffice.co.kr\/en\/wp-json\/wp\/v2\/comments?post=3304"}],"version-history":[{"count":2,"href":"https:\/\/www.autooffice.co.kr\/en\/wp-json\/wp\/v2\/posts\/3304\/revisions"}],"predecessor-version":[{"id":17199,"href":"https:\/\/www.autooffice.co.kr\/en\/wp-json\/wp\/v2\/posts\/3304\/revisions\/17199"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.autooffice.co.kr\/en\/wp-json\/wp\/v2\/media\/3331"}],"wp:attachment":[{"href":"https:\/\/www.autooffice.co.kr\/en\/wp-json\/wp\/v2\/media?parent=3304"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.autooffice.co.kr\/en\/wp-json\/wp\/v2\/categories?post=3304"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.autooffice.co.kr\/en\/wp-json\/wp\/v2\/tags?post=3304"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}