{"id":11117,"date":"2018-12-12T15:00:54","date_gmt":"2018-12-12T06:00:54","guid":{"rendered":"https:\/\/www.ka-net.org\/blog\/?p=11117"},"modified":"2018-12-12T16:06:19","modified_gmt":"2018-12-12T07:06:19","slug":"google-apps-script%e9%81%b8%e6%8a%9e%e4%b8%ad%e3%81%ae%e3%82%b9%e3%83%a9%e3%82%a4%e3%83%89%e3%81%ab%e5%af%be%e3%81%97%e3%81%a6%e3%81%ae%e3%81%bf%e5%87%a6%e7%90%86%e3%82%92%e8%a1%8c%e3%81%86","status":"publish","type":"post","link":"https:\/\/www.ka-net.org\/blog\/?p=11117","title":{"rendered":"[Google Apps Script]\u9078\u629e\u4e2d\u306e\u30b9\u30e9\u30a4\u30c9\u306b\u5bfe\u3057\u3066\u306e\u307f\u51e6\u7406\u3092\u884c\u3046"},"content":{"rendered":"<p>\u4ee5\u524d\u3001Google \u30b9\u30e9\u30a4\u30c9\u3067\u3059\u3079\u3066\u306e\u30b9\u30e9\u30a4\u30c9\u306b\u5bfe\u3057\u3066\u51e6\u7406\u3092\u884c\u3046\u65b9\u6cd5\u306b\u3064\u3044\u3066\u8a18\u4e8b\u3092\u66f8\u304d\u307e\u3057\u305f\u3002<\/p>\n<div class=\"cardlink\"><a href=\"https:\/\/www.ka-net.org\/blog\/?p=10874\"><div class=\"cardlink_thumbnail\"><img src='https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/eyecatch-Google-120x120.png' alt='[Google Apps Script]\u3059\u3079\u3066\u306e\u30b9\u30e9\u30a4\u30c9\u4e0a\u306e\u3059\u3079\u3066\u306e\u30b7\u30a7\u30a4\u30d7\u306b\u5bfe\u3057\u3066\u51e6\u7406\u3092\u884c\u3046' width=120 height=120 \/><\/a><\/div><div class=\"cardlink_content\"><span class=\"timestamp\">2018.09.11<\/span><div class=\"cardlink_title\"><a href=\"https:\/\/www.ka-net.org\/blog\/?p=10874\">[Google Apps Script]\u3059\u3079\u3066\u306e\u30b9\u30e9\u30a4\u30c9\u4e0a\u306e\u3059\u3079\u3066\u306e\u30b7\u30a7\u30a4\u30d7\u306b\u5bfe\u3057\u3066\u51e6\u7406\u3092\u884c\u3046 <\/a><\/div><div class=\"cardlink_excerpt\">\u4eca\u56de\u3082Google Apps Script(Google \u30b9\u30e9\u30a4\u30c9)\u30cd\u30bf\u3067\u3059\u3002\r\n\u4eca\u56de\u306f\u3059\u3079\u3066\u306e\u30b9\u30e9\u30a4\u30c9\u4e0a\u306b\u3042\u308b\u3059\u3079\u3066\u306e\u30b7\u30a7\u30a4\u30d7\u306b\u5bfe\u3057\u3066\u51e6\u7406\u3092\u884c\u3046\u30b3\u30fc\u30c9\u3067\u3059\u3002Google \u30b9\u30e9\u30a4\u30c9\u3067\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u5b9f\u884c\u3059\u308b\u65b9\u6cd5\u306b\u3064\u3044\u3066\u306f\u4e0b\u8a18\u8a18\u4e8b\u3092\u3054\u53c2\u7167\u304f\u3060\u3055\u3044\u3002\r\n\r\n\r\n\r\n[...<\/div><\/div><div class=\"cardlink_footer\"><\/div><\/div>\n<p>\u4eca\u56de\u306f\u3001\u3059\u3079\u3066\u306e\u30b9\u30e9\u30a4\u30c9\u306b\u5bfe\u3057\u3066\u3067\u306f\u306a\u304f<span style=\"color: #ff0000; font-weight: bold;\">\u201c\u9078\u629e\u4e2d\u306e\u30b9\u30e9\u30a4\u30c9\u201d<\/span>\u306b\u5bfe\u3057\u3066\u306e\u307f\u51e6\u7406\u3092\u884c\u3046\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002<\/p>\n<pre class=\"brush: jscript; title: ; notranslate\" title=\"\">function myFunction() {\r\n  var selection = SlidesApp.getActivePresentation().getSelection();\r\n  if (selection.getSelectionType() == SlidesApp.SelectionType.PAGE) {\r\n    var pages = selection.getPageRange().getPages();\r\n    pages.forEach(function(page) {\r\n      var slide = page.asSlide();\r\n      \/\/\u5404\u30b9\u30e9\u30a4\u30c9\u306b\u5bfe\u3059\u308b\u4f55\u3089\u304b\u306e\u51e6\u7406\r\n      slide.insertShape(SlidesApp.ShapeType.STARBURST, 40, 40, 100, 100);\r\n    });\r\n    SlidesApp.getUi().alert(&quot;\u51e6\u7406\u304c\u7d42\u4e86\u3057\u307e\u3057\u305f\u3002&quot;);\r\n  }\r\n}<\/pre>\n<p>\u4e0a\u8a18\u30b3\u30fc\u30c9\u3092\u5b9f\u884c\u3059\u308b\u3068\u3001\u9078\u629e\u3057\u305f\u30b9\u30e9\u30a4\u30c9\u306b\u306e\u307f\u30b7\u30a7\u30a4\u30d7\u304c\u633f\u5165\u3055\u308c\u307e\u3059\u3002<\/p>\n<p><a href=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/GoogleAppsScript_Slides_07_01.gif\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/GoogleAppsScript_Slides_07_01.gif\" alt=\"\" width=\"1018\" height=\"726\" class=\"alignnone size-full wp-image-11118\" \/><\/a><\/p>\n<h4 class=\"style4a\">\u51e6\u7406\u5185\u5bb9<\/h4>\n<ol>\n<li><a href=\"https:\/\/developers.google.com\/apps-script\/reference\/slides\/presentation#getSelection()\" title=\"Class Presentation  |  Apps Script  |  Google Developers\" target=\"_blank\">Presentation.getSelection<\/a>\u30e1\u30bd\u30c3\u30c9\u3067\u9078\u629e\u4e2d\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u53d6\u5f97\u3057\u307e\u3059\u3002<\/li>\n<li><a href=\"https:\/\/developers.google.com\/apps-script\/reference\/slides\/selection#getSelectionType()\" title=\"Class Selection  |  Apps Script  |  Google Developers\" target=\"_blank\">Selection.getSelectionType<\/a>\u30e1\u30bd\u30c3\u30c9\u3067\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u7a2e\u985e\u3092\u5224\u5225\u3057\u3001<a href=\"https:\/\/developers.google.com\/apps-script\/reference\/slides\/selection-type\" title=\"Enum SelectionType  |  Apps Script  |  Google Developers\" target=\"_blank\">SelectionType.PAGE<\/a>\u306e\u5834\u5408\u306e\u307f\u51e6\u7406\u3092\u884c\u3044\u307e\u3059\u3002<\/li>\n<li><a href=\"https:\/\/developers.google.com\/apps-script\/reference\/slides\/selection#getPageRange()\" title=\"Class Selection  |  Apps Script  |  Google Developers\" target=\"_blank\">Selection.getPageRange<\/a>\u30e1\u30bd\u30c3\u30c9\u306b\u3088\u3063\u3066PageRange\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u53d6\u5f97\u3057\u3001<a href=\"https:\/\/developers.google.com\/apps-script\/reference\/slides\/page-range#getPages()\" title=\"Class PageRange  |  Apps Script  |  Google Developers\" target=\"_blank\">PageRange.getPages<\/a>\u30e1\u30bd\u30c3\u30c9\u306b\u3088\u3063\u3066Page\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u914d\u5217\u3068\u3057\u3066\u53d6\u5f97\u3057\u307e\u3059\u3002<\/li>\n<li>\u914d\u5217\u3092\u30eb\u30fc\u30d7\u3055\u305b\u3066\u3001Page\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u5bfe\u3057\u3066\u9806\u6b21\u51e6\u7406\u3092\u884c\u3044\u307e\u3059\u3002<\/li>\n<li><a href=\"https:\/\/developers.google.com\/apps-script\/reference\/slides\/page#asSlide()\" title=\"Class Page  |  Apps Script  |  Google Developers\" target=\"_blank\">Page.asSlide<\/a>\u30e1\u30bd\u30c3\u30c9\u306b\u3088\u3063\u3066Slide\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u53d6\u5f97\u3057\u3001\u4efb\u610f\u306e\u51e6\u7406\u3092\u884c\u3044\u307e\u3059\u3002<\/li>\n<\/ol>\n<div id=\"single_banner_area2\" class=\"clearfix one_banner\">\n<div class=\"single_banner single_banner_left\">\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js\"><\/script>\r\n<!-- \u8a18\u4e8b\u4e2d(\u30c7\u30a3\u30b9\u30d7\u30ec\u30a4\u5e83\u544a\u30e6\u30cb\u30c3\u30c8) -->\r\n<ins class=\"adsbygoogle\"\r\n     style=\"display:block\"\r\n     data-ad-client=\"ca-pub-7306936664602087\"\r\n     data-ad-slot=\"5429724765\"\r\n     data-ad-format=\"auto\"\r\n     data-full-width-responsive=\"true\"><\/ins>\r\n<script>\r\n     (adsbygoogle = window.adsbygoogle || []).push({});\r\n<\/script>\n<\/div>\n<div class=\"single_banner single_banner_right\">\n<a href=\"\" target=\"_blank\"><img decoding=\"async\" src=\"\" alt=\"\" title=\"\" \/><\/a>\n<\/div>\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"\u4ee5\u524d\u3001Google \u30b9\u30e9\u30a4\u30c9\u3067\u3059\u3079\u3066\u306e\u30b9\u30e9\u30a4\u30c9\u306b\u5bfe\u3057\u3066\u51e6\u7406\u3092\u884c\u3046\u65b9\u6cd5\u306b\u3064\u3044\u3066\u8a18\u4e8b\u3092\u66f8\u304d\u307e\u3057\u305f\u3002 \u4eca\u56de\u306f\u3001\u3059\u3079\u3066\u306e\u30b9\u30e9\u30a4\u30c9\u306b\u5bfe\u3057\u3066\u3067\u306f\u306a\u304f\u201c\u9078\u629e\u4e2d\u306e\u30b9\u30e9\u30a4\u30c9\u201d\u306b\u5bfe\u3057\u3066\u306e\u307f\u51e6\u7406\u3092\u884c\u3046\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002 function [&hellip;]","protected":false},"author":1,"featured_media":7113,"comment_status":"open","ping_status":"closed","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":"[[Google Apps Script]\u9078\u629e\u4e2d\u306e\u30b9\u30e9\u30a4\u30c9\u306b\u5bfe\u3057\u3066\u306e\u307f\u51e6\u7406\u3092\u884c\u3046]","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"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-11117","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-google"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u4ee5\u524d\u3001Google \u30b9\u30e9\u30a4\u30c9\u3067\u3059\u3079\u3066\u306e\u30b9\u30e9\u30a4\u30c9\u306b\u5bfe\u3057\u3066\u51e6\u7406\u3092\u884c\u3046\u65b9\u6cd5\u306b\u3064\u3044\u3066\u8a18\u4e8b\u3092\u66f8\u304d\u307e\u3057\u305f\u3002 \u4eca\u56de\u306f\u3001\u3059\u3079\u3066\" \/>\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=11117\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\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]\u9078\u629e\u4e2d\u306e\u30b9\u30e9\u30a4\u30c9\u306b\u5bfe\u3057\u3066\u306e\u307f\u51e6\u7406\u3092\u884c\u3046 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332\" \/>\n\t\t<meta property=\"og:description\" content=\"\u4ee5\u524d\u3001Google \u30b9\u30e9\u30a4\u30c9\u3067\u3059\u3079\u3066\u306e\u30b9\u30e9\u30a4\u30c9\u306b\u5bfe\u3057\u3066\u51e6\u7406\u3092\u884c\u3046\u65b9\u6cd5\u306b\u3064\u3044\u3066\u8a18\u4e8b\u3092\u66f8\u304d\u307e\u3057\u305f\u3002 \u4eca\u56de\u306f\u3001\u3059\u3079\u3066\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.ka-net.org\/blog\/?p=11117\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2018-12-12T06:00:54+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2018-12-12T07:06:19+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"[Google Apps Script]\u9078\u629e\u4e2d\u306e\u30b9\u30e9\u30a4\u30c9\u306b\u5bfe\u3057\u3066\u306e\u307f\u51e6\u7406\u3092\u884c\u3046 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332\" \/>\n\t\t<meta name=\"twitter:description\" content=\"\u4ee5\u524d\u3001Google \u30b9\u30e9\u30a4\u30c9\u3067\u3059\u3079\u3066\u306e\u30b9\u30e9\u30a4\u30c9\u306b\u5bfe\u3057\u3066\u51e6\u7406\u3092\u884c\u3046\u65b9\u6cd5\u306b\u3064\u3044\u3066\u8a18\u4e8b\u3092\u66f8\u304d\u307e\u3057\u305f\u3002 \u4eca\u56de\u306f\u3001\u3059\u3079\u3066\" \/>\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=11117#article\",\"name\":\"[Google Apps Script]\\u9078\\u629e\\u4e2d\\u306e\\u30b9\\u30e9\\u30a4\\u30c9\\u306b\\u5bfe\\u3057\\u3066\\u306e\\u307f\\u51e6\\u7406\\u3092\\u884c\\u3046 | \\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"headline\":\"[Google Apps Script]\\u9078\\u629e\\u4e2d\\u306e\\u30b9\\u30e9\\u30a4\\u30c9\\u306b\\u5bfe\\u3057\\u3066\\u306e\\u307f\\u51e6\\u7406\\u3092\\u884c\\u3046\",\"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\":\"2018-12-12T15:00:54+09:00\",\"dateModified\":\"2018-12-12T16:06:19+09:00\",\"inLanguage\":\"ja\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=11117#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=11117#webpage\"},\"articleSection\":\"Google\\u95a2\\u9023\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=11117#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=11117#listItem\",\"name\":\"[Google Apps Script]\\u9078\\u629e\\u4e2d\\u306e\\u30b9\\u30e9\\u30a4\\u30c9\\u306b\\u5bfe\\u3057\\u3066\\u306e\\u307f\\u51e6\\u7406\\u3092\\u884c\\u3046\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=11117#listItem\",\"position\":3,\"name\":\"[Google Apps Script]\\u9078\\u629e\\u4e2d\\u306e\\u30b9\\u30e9\\u30a4\\u30c9\\u306b\\u5bfe\\u3057\\u3066\\u306e\\u307f\\u51e6\\u7406\\u3092\\u884c\\u3046\",\"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=11117#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=11117#webpage\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=11117\",\"name\":\"[Google Apps Script]\\u9078\\u629e\\u4e2d\\u306e\\u30b9\\u30e9\\u30a4\\u30c9\\u306b\\u5bfe\\u3057\\u3066\\u306e\\u307f\\u51e6\\u7406\\u3092\\u884c\\u3046 | \\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"description\":\"\\u4ee5\\u524d\\u3001Google \\u30b9\\u30e9\\u30a4\\u30c9\\u3067\\u3059\\u3079\\u3066\\u306e\\u30b9\\u30e9\\u30a4\\u30c9\\u306b\\u5bfe\\u3057\\u3066\\u51e6\\u7406\\u3092\\u884c\\u3046\\u65b9\\u6cd5\\u306b\\u3064\\u3044\\u3066\\u8a18\\u4e8b\\u3092\\u66f8\\u304d\\u307e\\u3057\\u305f\\u3002 \\u4eca\\u56de\\u306f\\u3001\\u3059\\u3079\\u3066\",\"inLanguage\":\"ja\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=11117#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=11117\\\/#mainImage\",\"width\":790,\"height\":480},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=11117#mainImage\"},\"datePublished\":\"2018-12-12T15:00:54+09:00\",\"dateModified\":\"2018-12-12T16:06:19+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]\u9078\u629e\u4e2d\u306e\u30b9\u30e9\u30a4\u30c9\u306b\u5bfe\u3057\u3066\u306e\u307f\u51e6\u7406\u3092\u884c\u3046 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"\u4ee5\u524d\u3001Google \u30b9\u30e9\u30a4\u30c9\u3067\u3059\u3079\u3066\u306e\u30b9\u30e9\u30a4\u30c9\u306b\u5bfe\u3057\u3066\u51e6\u7406\u3092\u884c\u3046\u65b9\u6cd5\u306b\u3064\u3044\u3066\u8a18\u4e8b\u3092\u66f8\u304d\u307e\u3057\u305f\u3002 \u4eca\u56de\u306f\u3001\u3059\u3079\u3066","canonical_url":"https:\/\/www.ka-net.org\/blog\/?p=11117","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=11117#article","name":"[Google Apps Script]\u9078\u629e\u4e2d\u306e\u30b9\u30e9\u30a4\u30c9\u306b\u5bfe\u3057\u3066\u306e\u307f\u51e6\u7406\u3092\u884c\u3046 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","headline":"[Google Apps Script]\u9078\u629e\u4e2d\u306e\u30b9\u30e9\u30a4\u30c9\u306b\u5bfe\u3057\u3066\u306e\u307f\u51e6\u7406\u3092\u884c\u3046","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":"2018-12-12T15:00:54+09:00","dateModified":"2018-12-12T16:06:19+09:00","inLanguage":"ja","mainEntityOfPage":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=11117#webpage"},"isPartOf":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=11117#webpage"},"articleSection":"Google\u95a2\u9023"},{"@type":"BreadcrumbList","@id":"https:\/\/www.ka-net.org\/blog\/?p=11117#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=11117#listItem","name":"[Google Apps Script]\u9078\u629e\u4e2d\u306e\u30b9\u30e9\u30a4\u30c9\u306b\u5bfe\u3057\u3066\u306e\u307f\u51e6\u7406\u3092\u884c\u3046"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?p=11117#listItem","position":3,"name":"[Google Apps Script]\u9078\u629e\u4e2d\u306e\u30b9\u30e9\u30a4\u30c9\u306b\u5bfe\u3057\u3066\u306e\u307f\u51e6\u7406\u3092\u884c\u3046","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=11117#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=11117#webpage","url":"https:\/\/www.ka-net.org\/blog\/?p=11117","name":"[Google Apps Script]\u9078\u629e\u4e2d\u306e\u30b9\u30e9\u30a4\u30c9\u306b\u5bfe\u3057\u3066\u306e\u307f\u51e6\u7406\u3092\u884c\u3046 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"\u4ee5\u524d\u3001Google \u30b9\u30e9\u30a4\u30c9\u3067\u3059\u3079\u3066\u306e\u30b9\u30e9\u30a4\u30c9\u306b\u5bfe\u3057\u3066\u51e6\u7406\u3092\u884c\u3046\u65b9\u6cd5\u306b\u3064\u3044\u3066\u8a18\u4e8b\u3092\u66f8\u304d\u307e\u3057\u305f\u3002 \u4eca\u56de\u306f\u3001\u3059\u3079\u3066","inLanguage":"ja","isPartOf":{"@id":"https:\/\/www.ka-net.org\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=11117#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=11117\/#mainImage","width":790,"height":480},"primaryImageOfPage":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=11117#mainImage"},"datePublished":"2018-12-12T15:00:54+09:00","dateModified":"2018-12-12T16:06:19+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]\u9078\u629e\u4e2d\u306e\u30b9\u30e9\u30a4\u30c9\u306b\u5bfe\u3057\u3066\u306e\u307f\u51e6\u7406\u3092\u884c\u3046 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","og:description":"\u4ee5\u524d\u3001Google \u30b9\u30e9\u30a4\u30c9\u3067\u3059\u3079\u3066\u306e\u30b9\u30e9\u30a4\u30c9\u306b\u5bfe\u3057\u3066\u51e6\u7406\u3092\u884c\u3046\u65b9\u6cd5\u306b\u3064\u3044\u3066\u8a18\u4e8b\u3092\u66f8\u304d\u307e\u3057\u305f\u3002 \u4eca\u56de\u306f\u3001\u3059\u3079\u3066","og:url":"https:\/\/www.ka-net.org\/blog\/?p=11117","article:published_time":"2018-12-12T06:00:54+00:00","article:modified_time":"2018-12-12T07:06:19+00:00","twitter:card":"summary","twitter:title":"[Google Apps Script]\u9078\u629e\u4e2d\u306e\u30b9\u30e9\u30a4\u30c9\u306b\u5bfe\u3057\u3066\u306e\u307f\u51e6\u7406\u3092\u884c\u3046 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","twitter:description":"\u4ee5\u524d\u3001Google \u30b9\u30e9\u30a4\u30c9\u3067\u3059\u3079\u3066\u306e\u30b9\u30e9\u30a4\u30c9\u306b\u5bfe\u3057\u3066\u51e6\u7406\u3092\u884c\u3046\u65b9\u6cd5\u306b\u3064\u3044\u3066\u8a18\u4e8b\u3092\u66f8\u304d\u307e\u3057\u305f\u3002 \u4eca\u56de\u306f\u3001\u3059\u3079\u3066"},"aioseo_meta_data":{"post_id":"11117","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 09:33:51","updated":"2022-09-14 02:49:33","seo_analyzer_scan_date":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-2Tj","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/11117","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=11117"}],"version-history":[{"count":1,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/11117\/revisions"}],"predecessor-version":[{"id":11119,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/11117\/revisions\/11119"}],"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=11117"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=11117"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=11117"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}