{"id":802,"date":"2025-12-14T19:56:08","date_gmt":"2025-12-14T10:56:08","guid":{"rendered":"https:\/\/cg-method.com\/figma\/?p=802"},"modified":"2025-12-14T19:56:10","modified_gmt":"2025-12-14T10:56:10","slug":"figma-sheet","status":"publish","type":"post","link":"https:\/\/cg-method.com\/figma\/figma-sheet\/","title":{"rendered":"Figma\u2502\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306e\u60c5\u5831\u3092\u51fa\u529b\u3059\u308bFigma\u30e9\u30a4\u30d6\u30e9\u30ea"},"content":{"rendered":"\n<p>\u7279\u5b9a\u306eFigma\u30d5\u30a1\u30a4\u30eb\u306e\u60c5\u5831\u3092\u30b9\u30d7\u30ec\u30c3\u30c9\u30b7\u30fc\u30c8\u306b\u51fa\u529b\u3059\u308b\u30e9\u30a4\u30d6\u30e9\u30ea\u3092\u4f5c\u6210\u3057\u3066\u307f\u307e\u3057\u305f\u3002<\/p>\n\n\n\n<p>\u3053\u306e\u30e9\u30a4\u30d6\u30e9\u30ea\u306f<strong>\u300cFigma \u3092\u30b9\u30d7\u30ec\u30c3\u30c9\u30b7\u30fc\u30c8\u7528\u306e\u7591\u4f3cDB\u306b\u5909\u63db\u3059\u308b\u30a8\u30f3\u30b8\u30f3\u300d<\/strong>\u3067\u3059\u3002<\/p>\n\n\n\n<p>\u3057\u304b\u3082<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>API\u5236\u7d04<\/li>\n\n\n\n<li>GAS\u5236\u7d04<\/li>\n\n\n\n<li>\u516c\u958b\u30e9\u30a4\u30d6\u30e9\u30ea\u5236\u7d04<\/li>\n<\/ul>\n\n\n\n<p>\u3092\u5168\u90e8\u8003\u616e\u3057\u305f\u8a2d\u8a08\u306b\u306a\u3063\u3066\u304a\u308a\u307e\u3059\u3002<\/p>\n\n\n\n<p class=\"is-style-icon_info\">\u305f\u3060\u3057GAS\u306e\u5236\u9650\u3067JSON\u304c50MB\u4ee5\u4e0a\u3092\u8d85\u3048\u305f\u3089\u30a8\u30e9\u30fc\u304c\u3067\u307e\u3059\u306e\u3067\u3001<br>\u5927\u5bb9\u91cf\u306e\u30c7\u30fc\u30bf\u306b\u306f\u5411\u3044\u3066\u3044\u307e\u305b\u3093\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306e\u60c5\u5831\u3092\u51fa\u529b\u3059\u308bFigma\u30e9\u30a4\u30d6\u30e9\u30ea<\/h2>\n\n\n\n<p>\u5b9f\u969b\u306e\u4f7f\u3044\u65b9\u306e\u4f8b\u3067\u3059\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u5168\u4f53\u3092\u30b7\u30fc\u30c8\u306b\u51fa\u529b<\/h3>\n\n\n\n<p>\u30d5\u30a1\u30a4\u30eb\u5168\u4f53\u306e\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306e\u60c5\u5831\u3092\u51fa\u529b\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-js\" data-lang=\"JavaScript\"><code>function run_export() {\n  var fileKey = &#39;YOUR_FILE_KEY&#39;; \/\/ \u2605https:\/\/www.figma.com\/design\/YOUR_FILE_KEY\/\n  var token = PropertiesService.getScriptProperties().getProperty(&#39;FIGMA_TOKEN&#39;);\n\n  var result = FigmaSheet.exportToSheet(fileKey, {\n    token: token,\n    sheetName: &#39;Figma\u60c5\u5831\u4e00\u89a7&#39;\n  });\n\n  Logger.log(result);\n}<\/code><\/pre><\/div>\n\n\n\n<figure class=\"wp-block-image size-full is-style-border\"><img decoding=\"async\" width=\"1013\" height=\"420\" src=\"https:\/\/cg-method.com\/figma\/wp-content\/uploads\/2025\/12\/2025-12-14_18h48_35.png\" alt=\"\" class=\"wp-image-808\" srcset=\"https:\/\/cg-method.com\/figma\/wp-content\/uploads\/2025\/12\/2025-12-14_18h48_35.png 1013w, https:\/\/cg-method.com\/figma\/wp-content\/uploads\/2025\/12\/2025-12-14_18h48_35-300x124.png 300w, https:\/\/cg-method.com\/figma\/wp-content\/uploads\/2025\/12\/2025-12-14_18h48_35-768x318.png 768w\" sizes=\"(max-width: 1013px) 100vw, 1013px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">\u7279\u5b9a\u30bb\u30af\u30b7\u30e7\u30f3\u3060\u3051\u51fa\u529b<\/h3>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-js\" data-lang=\"JavaScript\"><code>function run_export_section() {\n  var fileKey = &#39;YOUR_FILE_KEY&#39;; \/\/ \u2605https:\/\/www.figma.com\/design\/YOUR_FILE_KEY\/\n\n  \/\/ \u30bb\u30af\u30b7\u30e7\u30f3 nodeId\uff08\u4f8b\uff09\n  var sectionIds = [&quot;&#39;123:456&quot;, &quot;&#39;789:1011&quot;]; \/\/ 1\u500b\u306a\u3089 &quot;&#39;123:456&quot; \u3067\u3082OK\n\n  var result = exportSectionToSheet(fileKey, sectionIds, {\n    sheetName: &#39;Figma\u60c5\u5831\u4e00\u89a7&#39;\n  });\n\n  Logger.log(result);\n}\n<\/code><\/pre><\/div>\n\n\n\n<figure class=\"wp-block-image size-large is-style-border\"><img decoding=\"async\" width=\"1024\" height=\"231\" src=\"https:\/\/cg-method.com\/figma\/wp-content\/uploads\/2025\/12\/2025-12-14_18h48_22-1024x231.png\" alt=\"\" class=\"wp-image-807\" srcset=\"https:\/\/cg-method.com\/figma\/wp-content\/uploads\/2025\/12\/2025-12-14_18h48_22-1024x231.png 1024w, https:\/\/cg-method.com\/figma\/wp-content\/uploads\/2025\/12\/2025-12-14_18h48_22-300x68.png 300w, https:\/\/cg-method.com\/figma\/wp-content\/uploads\/2025\/12\/2025-12-14_18h48_22-768x173.png 768w, https:\/\/cg-method.com\/figma\/wp-content\/uploads\/2025\/12\/2025-12-14_18h48_22.png 1154w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">\u6761\u4ef6\u3092\u7d30\u304b\u304f\u6307\u5b9a<\/h3>\n\n\n\n<p>\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306e\u7a2e\u985e\u3084\u51fa\u529b\u3057\u305f\u3044\u60c5\u5831\u3082\u9078\u3079\u307e\u3059\u3002<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-js\" data-lang=\"JavaScript\"><code>function run_export_section() {\n  var fileKey =  &#39;YOUR_FILE_KEY&#39;; \/\/ https:\/\/www.figma.com\/design\/YOUR_FILE_KEY\/\n  var token = PropertiesService.getScriptProperties().getProperty(&#39;FIGMA_TOKEN&#39;);\n\n  \/\/ \u2605\u751f\u306e nodeId\uff08&#39; \u306f\u4e0d\u8981\uff09\n  var sectionIds = [&#39;9:5&#39;, &#39;9:3&#39;];\n\n  var result =  FigmaSheet.exportSectionToSheet(fileKey, sectionIds, {\n    token: token,\n    sheetName: &#39;Figma\u60c5\u5831\u4e00\u89a7&#39;,\n\n    \/\/ \u2605\u51fa\u529b\u3057\u305f\u3044\u5217\u3060\u3051\u6307\u5b9a\n    fields: [\n      &#39;mainComponent&#39;,\n      &#39;nodeId&#39;,\n      &#39;variantName&#39;,\n      &#39;variantId&#39;,\n      &#39;layerPath&#39;,\n      &#39;componentKey&#39;,\n      &#39;pageName&#39;,\n      &#39;instanceName&#39;,\n      &#39;componentSetName&#39;,\n      &#39;x&#39;,&#39;y&#39;,&#39;w&#39;,&#39;h&#39;,\n      &#39;visible&#39;,\n      &#39;opacity&#39;,\n      &#39;rotation&#39;,\n      &#39;constraintsHorizontal&#39;,\n      &#39;constraintsVertical&#39;,\n      &#39;fills&#39;,\n      &#39;strokes&#39;,\n      &#39;textStyle&#39;,\n      &#39;fontFamily&#39;,\n      &#39;fontSize&#39;,\n      &#39;characters&#39;\n    ],\n\n    nodeTypes: [&#39;INSTANCE&#39;, &#39;COMPONENT&#39;, &#39;COMPONENT_SET&#39;, &#39;TEXT&#39;]\n  });\n\n  Logger.log(result);\n}\n<\/code><\/pre><\/div>\n\n\n\n<figure class=\"wp-block-image size-large is-style-border\"><img decoding=\"async\" width=\"1024\" height=\"199\" src=\"https:\/\/cg-method.com\/figma\/wp-content\/uploads\/2025\/12\/2025-12-14_18h56_57-1024x199.png\" alt=\"\" class=\"wp-image-809\" srcset=\"https:\/\/cg-method.com\/figma\/wp-content\/uploads\/2025\/12\/2025-12-14_18h56_57-1024x199.png 1024w, https:\/\/cg-method.com\/figma\/wp-content\/uploads\/2025\/12\/2025-12-14_18h56_57-300x58.png 300w, https:\/\/cg-method.com\/figma\/wp-content\/uploads\/2025\/12\/2025-12-14_18h56_57-768x149.png 768w, https:\/\/cg-method.com\/figma\/wp-content\/uploads\/2025\/12\/2025-12-14_18h56_57.png 1426w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Figma\u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u8a2d\u5b9a\u65b9\u6cd5<\/h2>\n\n\n\n<p>\u30b9\u30af\u30ea\u30d7\u30c8\u30d7\u30ed\u30d1\u30c6\u30a3\u306bFigma\u306e\u30c8\u30fc\u30af\u30f3\u3092\u5165\u308c\u3066\u304a\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<p>\u6b21\u306bGAS\u306e\u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u30d7\u30e9\u30b9\u30dc\u30bf\u30f3\u3092\u62bc\u3057\u3066\u30b9\u30af\u30ea\u30d7\u30c8ID\uff08<strong>FIGMA_TOKEN<\/strong>\uff09\u3092\u5165\u529b\u3002<\/p>\n\n\n\n<p class=\"is-style-icon_pen\">Figma\u306e\u30c8\u30fc\u30af\u30f3\u306fFigma\u306e\u8a2d\u5b9a\u304b\u3089\u53d6\u5f97\u3057\u307e\u3057\u3087\u3046\u3002<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"836\" height=\"641\" src=\"https:\/\/cg-method.com\/figma\/wp-content\/uploads\/2025\/12\/2025-12-14_19h40_23.png\" alt=\"\" class=\"wp-image-812\" srcset=\"https:\/\/cg-method.com\/figma\/wp-content\/uploads\/2025\/12\/2025-12-14_19h40_23.png 836w, https:\/\/cg-method.com\/figma\/wp-content\/uploads\/2025\/12\/2025-12-14_19h40_23-300x230.png 300w, https:\/\/cg-method.com\/figma\/wp-content\/uploads\/2025\/12\/2025-12-14_19h40_23-768x589.png 768w\" sizes=\"(max-width: 836px) 100vw, 836px\" \/><\/figure>\n\n\n\n<p>\u30d0\u30fc\u30b8\u30e7\u30f3\u306f\u4e00\u756a\u5927\u304d\u3044\u6570\u5b57\u306b\uff08\u6700\u65b0\uff09<\/p>\n\n\n\n<p>ID\u306f<strong>FigmaSheet<\/strong>\u3068\u3057\u307e\u3057\u305f\u3002<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><th>\u30b9\u30af\u30ea\u30d7\u30c8ID<\/th><td>\u5f8c\u8ff0<\/td><\/tr><tr><th>\u30d0\u30fc\u30b8\u30e7\u30f3<\/th><td>\u4e00\u756a\u5927\u304d\u3044\u6570\u5b57\uff08\u6700\u65b0\uff09<\/td><\/tr><tr><th>ID<\/th><td>FigmaSheet<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"416\" src=\"https:\/\/cg-method.com\/figma\/wp-content\/uploads\/2025\/12\/2025-12-14_18h59_25-1024x416.png\" alt=\"\" class=\"wp-image-810\" srcset=\"https:\/\/cg-method.com\/figma\/wp-content\/uploads\/2025\/12\/2025-12-14_18h59_25-1024x416.png 1024w, https:\/\/cg-method.com\/figma\/wp-content\/uploads\/2025\/12\/2025-12-14_18h59_25-300x122.png 300w, https:\/\/cg-method.com\/figma\/wp-content\/uploads\/2025\/12\/2025-12-14_18h59_25-768x312.png 768w, https:\/\/cg-method.com\/figma\/wp-content\/uploads\/2025\/12\/2025-12-14_18h59_25.png 1201w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>\u3042\u3068\u306f\u8a18\u4e8b\u5192\u982d\u306e\u95a2\u6570\u3092\u8a66\u3059\u3060\u3051\u3067\u3059\u3002<\/p>\n\n\n\n<p class=\"is-style-icon_pen\">\u521d\u56de\u306f\u6a29\u9650\u306e\u8a31\u53ef\u306e\u30dd\u30c3\u30d7\u30a2\u30c3\u30d7\u304c\u3067\u307e\u3059\u3002<\/p>\n\n\n\n<p>\u30b9\u30af\u30ea\u30d7\u30c8ID\u306f\u4e0b\u8a18\u306b\u306a\u308a\u307e\u3059\u3002<\/p>\n\n\n\n<div class=\"wp-block-codoc-codoc-block\"><div class=\"codoc-entries\" data-without-body=\"1\" id=\"codoc-entry-EUR0CNm0AA\"  data-support-button-text=\"\u30b5\u30dd\u30fc\u30c8\u3059\u308b\"><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>\u7279\u5b9a\u306eFigma\u30d5\u30a1\u30a4\u30eb\u306e\u60c5\u5831\u3092\u30b9\u30d7\u30ec\u30c3\u30c9\u30b7\u30fc\u30c8\u306b\u51fa\u529b\u3059\u308b\u30e9\u30a4\u30d6\u30e9\u30ea\u3092\u4f5c\u6210\u3057\u3066\u307f\u307e\u3057\u305f\u3002 \u3053\u306e\u30e9\u30a4\u30d6\u30e9\u30ea\u306f\u300cFigma \u3092\u30b9\u30d7\u30ec\u30c3\u30c9\u30b7\u30fc\u30c8\u7528\u306e\u7591\u4f3cDB\u306b\u5909\u63db\u3059\u308b\u30a8\u30f3\u30b8\u30f3\u300d\u3067\u3059\u3002 \u3057\u304b\u3082 \u3092\u5168\u90e8\u8003\u616e\u3057\u305f\u8a2d\u8a08\u306b\u306a\u3063\u3066\u304a\u308a\u307e\u3059 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":813,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"swell_btn_cv_data":"","footnotes":""},"categories":[145],"tags":[144],"class_list":["post-802","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-figma-tools","tag-144"],"_links":{"self":[{"href":"https:\/\/cg-method.com\/figma\/wp-json\/wp\/v2\/posts\/802","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cg-method.com\/figma\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cg-method.com\/figma\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cg-method.com\/figma\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cg-method.com\/figma\/wp-json\/wp\/v2\/comments?post=802"}],"version-history":[{"count":4,"href":"https:\/\/cg-method.com\/figma\/wp-json\/wp\/v2\/posts\/802\/revisions"}],"predecessor-version":[{"id":814,"href":"https:\/\/cg-method.com\/figma\/wp-json\/wp\/v2\/posts\/802\/revisions\/814"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cg-method.com\/figma\/wp-json\/wp\/v2\/media\/813"}],"wp:attachment":[{"href":"https:\/\/cg-method.com\/figma\/wp-json\/wp\/v2\/media?parent=802"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cg-method.com\/figma\/wp-json\/wp\/v2\/categories?post=802"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cg-method.com\/figma\/wp-json\/wp\/v2\/tags?post=802"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}