{"id":4255,"date":"2014-03-14T09:53:36","date_gmt":"2014-03-14T00:53:36","guid":{"rendered":"http:\/\/www.ka-net.org\/blog\/?p=4255"},"modified":"2014-03-14T17:36:59","modified_gmt":"2014-03-14T08:36:59","slug":"google-apps-script%e3%82%b5%e3%82%a4%e3%83%89%e3%83%90%e3%83%bc%e3%82%92%e8%a1%a8%e7%a4%ba%e3%81%99%e3%82%8b","status":"publish","type":"post","link":"https:\/\/www.ka-net.org\/blog\/?p=4255","title":{"rendered":"[Google Apps Script]\u30b5\u30a4\u30c9\u30d0\u30fc\u3092\u8868\u793a\u3059\u308b"},"content":{"rendered":"<ul>\n<li>Google Apps Script\u3067\u30b5\u30a4\u30c9\u30d0\u30fc\u3092\u8868\u793a\u3057\u307e\u3059\u3002<\/li>\n<li>\u30b5\u30a4\u30c9\u30d0\u30fc\u306e\u5185\u5bb9\u306f<span style=\"color: #ff0000; font-weight: bold;\">createHtmlOutputFromFile<\/span>\u30e1\u30bd\u30c3\u30c9\u3067\u8aad\u307f\u8fbc\u3080HTML\u3067\u3001jQuery\u3092\u6271\u3046\u3053\u3068\u3082\u3067\u304d\u307e\u3059\u3002<\/li>\n<li>Google \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8 \u30a2\u30c9\u30aa\u30f3\u3067\u306fCSS\u306e\u30d1\u30c3\u30b1\u30fc\u30b8(<span style=\"color: #ff0000; font-weight: bold;\">https:\/\/ssl.gstatic.com\/docs\/script\/css\/add-ons.css<\/span>)\u304c\u7528\u610f\u3055\u308c\u3066\u3044\u3066\u3001link\u8981\u7d20\u3067\u8aad\u307f\u8fbc\u3093\u3067\u5229\u7528\u3057\u307e\u3059\u3002<\/li>\n<li>HTML\u5074\u304b\u3089\u30b5\u30fc\u30d0\u30fc\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u547c\u3073\u51fa\u3059\u3068\u304d\u306f\u300c<span style=\"color: #ff0000; font-weight: bold;\">google.script.run<\/span>\u300d\u3092\u4f7f\u3044\u307e\u3059\u3002<\/li>\n<\/ul>\n<pre class=\"brush: jscript; title: ; notranslate\" title=\"\">\/\/var ui = SpreadsheetApp.getUi();\r\nvar ui = DocumentApp.getUi();\r\n\r\nfunction onOpen(e){\r\n    var html = HtmlService.createHtmlOutputFromFile('Sidebar').setTitle('\u30b5\u30f3\u30d7\u30eb \u30b5\u30a4\u30c9\u30d0\u30fc').setWidth(300);\r\n    ui.showSidebar(html);\r\n}\r\n\r\nfunction showAlert(arg){\r\n    ui.alert('Hello! ' + arg);\r\n}<\/pre>\n<p><strong>\u30fbSidebar.html<\/strong><\/p>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">&lt;link rel=&quot;stylesheet&quot; href=&quot;https:\/\/ssl.gstatic.com\/docs\/script\/css\/add-ons.css&quot;&gt;\r\n&lt;script src=&quot;\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/1.11.0\/jquery.min.js&quot;&gt;&lt;\/script&gt;\r\n&lt;script&gt;\r\n    $(function(){\r\n        $('#btnOK').click(function(){\r\n            google.script.run.showAlert('Taro.');\r\n        });\r\n    });\r\n&lt;\/script&gt;\r\n&lt;p&gt;&lt;button id=&quot;btnOK&quot; class=&quot;action&quot;&gt;OK&lt;\/button&gt;&lt;\/p&gt;<\/pre>\n<p><a href=\"\/\/www.ka-net.org\/blog\/wp-content\/uploads\/GoogleAppsScript_02_01.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"\/\/www.ka-net.org\/blog\/wp-content\/uploads\/GoogleAppsScript_02_01.jpg\" alt=\"GoogleAppsScript_02_01\" width=\"507\" height=\"319\" class=\"alignnone size-full wp-image-4256\" srcset=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/GoogleAppsScript_02_01.jpg 507w, https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/GoogleAppsScript_02_01-300x188.jpg 300w\" sizes=\"auto, (max-width: 507px) 100vw, 507px\" \/><\/a><\/p>\n<p><a href=\"\/\/www.ka-net.org\/blog\/wp-content\/uploads\/GoogleAppsScript_02_02.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"\/\/www.ka-net.org\/blog\/wp-content\/uploads\/GoogleAppsScript_02_02.jpg\" alt=\"GoogleAppsScript_02_02\" width=\"437\" height=\"193\" class=\"alignnone size-full wp-image-4257\" srcset=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/GoogleAppsScript_02_02.jpg 437w, https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/GoogleAppsScript_02_02-300x132.jpg 300w\" sizes=\"auto, (max-width: 437px) 100vw, 437px\" \/><\/a><\/p>\n<ul>\n<li>CSS Package for Add-ons<\/li>\n<li style=\"list-style-type:none;\"><a href=\"https:\/\/developers.google.com\/apps-script\/add-ons\/css?hl=ja\" target=\"_blank\" title=\"CSS Package for Add-ons\">https:\/\/developers.google.com\/apps-script\/add-ons\/css?hl=ja<\/a><\/li>\n<li>HTML Service: Create and Serve HTML<\/li>\n<li style=\"list-style-type:none;\"><a href=\"https:\/\/developers.google.com\/apps-script\/guides\/html\/?hl=ja\" target=\"_blank\" title=\"HTML Service: Create and Serve HTML\">https:\/\/developers.google.com\/apps-script\/guides\/html\/?hl=ja<\/a><\/li>\n<li>HTML Service<\/li>\n<li style=\"list-style-type:none;\"><a href=\"https:\/\/developers.google.com\/apps-script\/reference\/html\/?hl=ja\" target=\"_blank\" title=\"HTML Service\">https:\/\/developers.google.com\/apps-script\/reference\/html\/?hl=ja<\/a><\/li>\n<li>createHtmlOutputFromFile(filename)<\/li>\n<li style=\"list-style-type:none;\"><a href=\"https:\/\/developers.google.com\/apps-script\/reference\/html\/html-service?hl=ja#createHtmlOutputFromFile%28String%29\" target=\"_blank\" title=\"createHtmlOutputFromFile(filename)\">https:\/\/developers.google.com\/apps-script\/reference\/html\/html-service?hl=ja#createHtmlOutputFromFile%28String%29<\/a><\/li>\n<li>Class HtmlOutput<\/li>\n<li style=\"list-style-type:none;\"><a href=\"https:\/\/developers.google.com\/apps-script\/reference\/html\/html-output?hl=ja\" target=\"_blank\" title=\"Class HtmlOutput\">https:\/\/developers.google.com\/apps-script\/reference\/html\/html-output?hl=ja<\/a><\/li>\n<li>showSidebar(userInterface)<\/li>\n<li style=\"list-style-type:none;\"><a href=\"https:\/\/developers.google.com\/apps-script\/reference\/base\/ui?hl=ja#showSidebar%28Object%29\" target=\"_blank\" title=\"showSidebar(userInterface)\">https:\/\/developers.google.com\/apps-script\/reference\/base\/ui?hl=ja#showSidebar%28Object%29<\/a><\/li>\n<li>Class google.script.run (Client-side API)<\/li>\n<li style=\"list-style-type:none;\"><a href=\"https:\/\/developers.google.com\/apps-script\/guides\/html\/reference\/run?hl=ja\" target=\"_blank\" title=\"Class google.script.run (Client-side API)\">https:\/\/developers.google.com\/apps-script\/guides\/html\/reference\/run?hl=ja<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"Google Apps Script\u3067\u30b5\u30a4\u30c9\u30d0\u30fc\u3092\u8868\u793a\u3057\u307e\u3059\u3002 \u30b5\u30a4\u30c9\u30d0\u30fc\u306e\u5185\u5bb9\u306fcreateHtmlOutputFromFile\u30e1\u30bd\u30c3\u30c9\u3067\u8aad\u307f\u8fbc\u3080HTML\u3067\u3001jQuery\u3092\u6271\u3046\u3053\u3068\u3082\u3067\u304d\u307e\u3059\u3002 Google \u30c9\u30ad\u30e5\u30e1\u30f3 [&hellip;]","protected":false},"author":1,"featured_media":7113,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[126],"tags":[],"class_list":["post-4255","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-google"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Google Apps Script\u3067\u30b5\u30a4\u30c9\u30d0\u30fc\u3092\u8868\u793a\u3057\u307e\u3059\u3002 \u30b5\u30a4\u30c9\u30d0\u30fc\u306e\u5185\u5bb9\u306fcreateHtmlOutp\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"\u304d\u306c\u3042\u3055\"\/>\n\t<meta name=\"google-site-verification\" content=\"xy7uchdGM1SE5sADlVsdekXridA1vSaVWceffSwnE48\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.ka-net.org\/blog\/?p=4255\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"ja_JP\" \/>\n\t\t<meta property=\"og:site_name\" content=\"\u521d\u5fc3\u8005\u5099\u5fd8\u9332 | Power Automate for desktop\u3084Microsoft Office\u958b\u767a\u306e\u60c5\u5831\u304c\u6e80\u8f09\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"[Google Apps Script]\u30b5\u30a4\u30c9\u30d0\u30fc\u3092\u8868\u793a\u3059\u308b | \u521d\u5fc3\u8005\u5099\u5fd8\u9332\" \/>\n\t\t<meta property=\"og:description\" content=\"Google Apps Script\u3067\u30b5\u30a4\u30c9\u30d0\u30fc\u3092\u8868\u793a\u3057\u307e\u3059\u3002 \u30b5\u30a4\u30c9\u30d0\u30fc\u306e\u5185\u5bb9\u306fcreateHtmlOutp\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.ka-net.org\/blog\/?p=4255\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2014-03-14T00:53:36+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2014-03-14T08:36:59+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"[Google Apps Script]\u30b5\u30a4\u30c9\u30d0\u30fc\u3092\u8868\u793a\u3059\u308b | \u521d\u5fc3\u8005\u5099\u5fd8\u9332\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Google Apps Script\u3067\u30b5\u30a4\u30c9\u30d0\u30fc\u3092\u8868\u793a\u3057\u307e\u3059\u3002 \u30b5\u30a4\u30c9\u30d0\u30fc\u306e\u5185\u5bb9\u306fcreateHtmlOutp\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=4255#article\",\"name\":\"[Google Apps Script]\\u30b5\\u30a4\\u30c9\\u30d0\\u30fc\\u3092\\u8868\\u793a\\u3059\\u308b | \\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"headline\":\"[Google Apps Script]\\u30b5\\u30a4\\u30c9\\u30d0\\u30fc\\u3092\\u8868\\u793a\\u3059\\u308b\",\"author\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/wp-content\\\/uploads\\\/eyecatch-Google.png\",\"width\":790,\"height\":480},\"datePublished\":\"2014-03-14T09:53:36+09:00\",\"dateModified\":\"2014-03-14T17:36:59+09:00\",\"inLanguage\":\"ja\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=4255#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=4255#webpage\"},\"articleSection\":\"Google\\u95a2\\u9023\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=4255#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.ka-net.org\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=126#listItem\",\"name\":\"Google\\u95a2\\u9023\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=126#listItem\",\"position\":2,\"name\":\"Google\\u95a2\\u9023\",\"item\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=126\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=4255#listItem\",\"name\":\"[Google Apps Script]\\u30b5\\u30a4\\u30c9\\u30d0\\u30fc\\u3092\\u8868\\u793a\\u3059\\u308b\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=4255#listItem\",\"position\":3,\"name\":\"[Google Apps Script]\\u30b5\\u30a4\\u30c9\\u30d0\\u30fc\\u3092\\u8868\\u793a\\u3059\\u308b\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=126#listItem\",\"name\":\"Google\\u95a2\\u9023\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#organization\",\"name\":\"\\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"description\":\"Power Automate for desktop\\u3084Microsoft Office\\u958b\\u767a\\u306e\\u60c5\\u5831\\u304c\\u6e80\\u8f09\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1#author\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1\",\"name\":\"\\u304d\\u306c\\u3042\\u3055\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=4255#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1c6237fc3012b3da1f36fa6435b2ccea656e2ff69a51f709c7d8352c69356dc3?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"\\u304d\\u306c\\u3042\\u3055\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=4255#webpage\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=4255\",\"name\":\"[Google Apps Script]\\u30b5\\u30a4\\u30c9\\u30d0\\u30fc\\u3092\\u8868\\u793a\\u3059\\u308b | \\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"description\":\"Google Apps Script\\u3067\\u30b5\\u30a4\\u30c9\\u30d0\\u30fc\\u3092\\u8868\\u793a\\u3057\\u307e\\u3059\\u3002 \\u30b5\\u30a4\\u30c9\\u30d0\\u30fc\\u306e\\u5185\\u5bb9\\u306fcreateHtmlOutp\",\"inLanguage\":\"ja\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=4255#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/wp-content\\\/uploads\\\/eyecatch-Google.png\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=4255\\\/#mainImage\",\"width\":790,\"height\":480},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=4255#mainImage\"},\"datePublished\":\"2014-03-14T09:53:36+09:00\",\"dateModified\":\"2014-03-14T17:36:59+09:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/\",\"name\":\"\\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"description\":\"Power Automate for desktop\\u3084Microsoft Office\\u958b\\u767a\\u306e\\u60c5\\u5831\\u304c\\u6e80\\u8f09\",\"inLanguage\":\"ja\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"[Google Apps Script]\u30b5\u30a4\u30c9\u30d0\u30fc\u3092\u8868\u793a\u3059\u308b | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"Google Apps Script\u3067\u30b5\u30a4\u30c9\u30d0\u30fc\u3092\u8868\u793a\u3057\u307e\u3059\u3002 \u30b5\u30a4\u30c9\u30d0\u30fc\u306e\u5185\u5bb9\u306fcreateHtmlOutp","canonical_url":"https:\/\/www.ka-net.org\/blog\/?p=4255","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"xy7uchdGM1SE5sADlVsdekXridA1vSaVWceffSwnE48","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.ka-net.org\/blog\/?p=4255#article","name":"[Google Apps Script]\u30b5\u30a4\u30c9\u30d0\u30fc\u3092\u8868\u793a\u3059\u308b | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","headline":"[Google Apps Script]\u30b5\u30a4\u30c9\u30d0\u30fc\u3092\u8868\u793a\u3059\u308b","author":{"@id":"https:\/\/www.ka-net.org\/blog\/?author=1#author"},"publisher":{"@id":"https:\/\/www.ka-net.org\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/eyecatch-Google.png","width":790,"height":480},"datePublished":"2014-03-14T09:53:36+09:00","dateModified":"2014-03-14T17:36:59+09:00","inLanguage":"ja","mainEntityOfPage":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=4255#webpage"},"isPartOf":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=4255#webpage"},"articleSection":"Google\u95a2\u9023"},{"@type":"BreadcrumbList","@id":"https:\/\/www.ka-net.org\/blog\/?p=4255#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.ka-net.org\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=126#listItem","name":"Google\u95a2\u9023"}},{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=126#listItem","position":2,"name":"Google\u95a2\u9023","item":"https:\/\/www.ka-net.org\/blog\/?cat=126","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?p=4255#listItem","name":"[Google Apps Script]\u30b5\u30a4\u30c9\u30d0\u30fc\u3092\u8868\u793a\u3059\u308b"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?p=4255#listItem","position":3,"name":"[Google Apps Script]\u30b5\u30a4\u30c9\u30d0\u30fc\u3092\u8868\u793a\u3059\u308b","previousItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=126#listItem","name":"Google\u95a2\u9023"}}]},{"@type":"Organization","@id":"https:\/\/www.ka-net.org\/blog\/#organization","name":"\u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"Power Automate for desktop\u3084Microsoft Office\u958b\u767a\u306e\u60c5\u5831\u304c\u6e80\u8f09","url":"https:\/\/www.ka-net.org\/blog\/"},{"@type":"Person","@id":"https:\/\/www.ka-net.org\/blog\/?author=1#author","url":"https:\/\/www.ka-net.org\/blog\/?author=1","name":"\u304d\u306c\u3042\u3055","image":{"@type":"ImageObject","@id":"https:\/\/www.ka-net.org\/blog\/?p=4255#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/1c6237fc3012b3da1f36fa6435b2ccea656e2ff69a51f709c7d8352c69356dc3?s=96&d=mm&r=g","width":96,"height":96,"caption":"\u304d\u306c\u3042\u3055"}},{"@type":"WebPage","@id":"https:\/\/www.ka-net.org\/blog\/?p=4255#webpage","url":"https:\/\/www.ka-net.org\/blog\/?p=4255","name":"[Google Apps Script]\u30b5\u30a4\u30c9\u30d0\u30fc\u3092\u8868\u793a\u3059\u308b | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"Google Apps Script\u3067\u30b5\u30a4\u30c9\u30d0\u30fc\u3092\u8868\u793a\u3057\u307e\u3059\u3002 \u30b5\u30a4\u30c9\u30d0\u30fc\u306e\u5185\u5bb9\u306fcreateHtmlOutp","inLanguage":"ja","isPartOf":{"@id":"https:\/\/www.ka-net.org\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=4255#breadcrumblist"},"author":{"@id":"https:\/\/www.ka-net.org\/blog\/?author=1#author"},"creator":{"@id":"https:\/\/www.ka-net.org\/blog\/?author=1#author"},"image":{"@type":"ImageObject","url":"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/eyecatch-Google.png","@id":"https:\/\/www.ka-net.org\/blog\/?p=4255\/#mainImage","width":790,"height":480},"primaryImageOfPage":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=4255#mainImage"},"datePublished":"2014-03-14T09:53:36+09:00","dateModified":"2014-03-14T17:36:59+09:00"},{"@type":"WebSite","@id":"https:\/\/www.ka-net.org\/blog\/#website","url":"https:\/\/www.ka-net.org\/blog\/","name":"\u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"Power Automate for desktop\u3084Microsoft Office\u958b\u767a\u306e\u60c5\u5831\u304c\u6e80\u8f09","inLanguage":"ja","publisher":{"@id":"https:\/\/www.ka-net.org\/blog\/#organization"}}]},"og:locale":"ja_JP","og:site_name":"\u521d\u5fc3\u8005\u5099\u5fd8\u9332 | Power Automate for desktop\u3084Microsoft Office\u958b\u767a\u306e\u60c5\u5831\u304c\u6e80\u8f09","og:type":"article","og:title":"[Google Apps Script]\u30b5\u30a4\u30c9\u30d0\u30fc\u3092\u8868\u793a\u3059\u308b | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","og:description":"Google Apps Script\u3067\u30b5\u30a4\u30c9\u30d0\u30fc\u3092\u8868\u793a\u3057\u307e\u3059\u3002 \u30b5\u30a4\u30c9\u30d0\u30fc\u306e\u5185\u5bb9\u306fcreateHtmlOutp","og:url":"https:\/\/www.ka-net.org\/blog\/?p=4255","article:published_time":"2014-03-14T00:53:36+00:00","article:modified_time":"2014-03-14T08:36:59+00:00","twitter:card":"summary","twitter:title":"[Google Apps Script]\u30b5\u30a4\u30c9\u30d0\u30fc\u3092\u8868\u793a\u3059\u308b | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","twitter:description":"Google Apps Script\u3067\u30b5\u30a4\u30c9\u30d0\u30fc\u3092\u8868\u793a\u3057\u307e\u3059\u3002 \u30b5\u30a4\u30c9\u30d0\u30fc\u306e\u5185\u5bb9\u306fcreateHtmlOutp"},"aioseo_meta_data":{"post_id":"4255","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[],"defaultGraph":"","defaultPostTypeGraph":""},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-24 07:04:53","updated":"2022-09-14 03:09:03","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/eyecatch-Google.png","jetpack_shortlink":"https:\/\/wp.me\/p4UZZr-16D","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/4255","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4255"}],"version-history":[{"count":5,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/4255\/revisions"}],"predecessor-version":[{"id":4264,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/4255\/revisions\/4264"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/media\/7113"}],"wp:attachment":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4255"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4255"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4255"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}