{"id":1093737,"date":"2025-01-08T14:34:06","date_gmt":"2025-01-08T06:34:06","guid":{"rendered":"https:\/\/docs.pingcode.com\/ask\/ask-ask\/1093737.html"},"modified":"2025-01-08T14:34:08","modified_gmt":"2025-01-08T06:34:08","slug":"python%e5%a6%82%e4%bd%95%e5%88%9b%e5%bb%ba%e4%b8%80%e4%b8%aaexcel%e6%96%87%e4%bb%b6-2","status":"publish","type":"post","link":"https:\/\/docs.pingcode.com\/ask\/1093737.html","title":{"rendered":"python\u5982\u4f55\u521b\u5efa\u4e00\u4e2aexcel\u6587\u4ef6"},"content":{"rendered":"<p style=\"text-align:center;\" ><img decoding=\"async\" src=\"https:\/\/cdn-kb.worktile.com\/kb\/wp-content\/uploads\/2024\/04\/24210205\/e1d62130-3ed4-438c-8149-0f9d4693437e.webp\" alt=\"python\u5982\u4f55\u521b\u5efa\u4e00\u4e2aexcel\u6587\u4ef6\" \/><\/p>\n<p><p> <strong>\u5728Python\u4e2d\u521b\u5efa\u4e00\u4e2aExcel\u6587\u4ef6\uff0c\u53ef\u4ee5\u4f7f\u7528\u591a\u79cd\u5e93\uff0c\u5982<code>openpyxl<\/code>\u3001<code>pandas<\/code>\u3001<code>xlsxwriter<\/code>\u7b49\u3002<\/strong> \u5176\u4e2d\uff0c<code>openpyxl<\/code>\u548c<code>pandas<\/code>\u662f\u6700\u5e38\u7528\u7684\u5e93\uff0c\u56e0\u4e3a\u5b83\u4eec\u63d0\u4f9b\u4e86\u66f4\u4e3a\u7b80\u5355\u548c\u76f4\u89c2\u7684\u63a5\u53e3\u3002\u4ee5\u4e0b\u5c06\u8be6\u7ec6\u4ecb\u7ecd\u5982\u4f55\u4f7f\u7528\u8fd9\u4e24\u4e2a\u5e93\u6765\u521b\u5efaExcel\u6587\u4ef6\u3001\u5199\u5165\u6570\u636e\uff0c\u5e76\u4fdd\u5b58\u6587\u4ef6\u3002<\/p>\n<\/p>\n<p><h3>\u4e00\u3001\u4f7f\u7528<code>openpyxl<\/code>\u5e93\u521b\u5efaExcel\u6587\u4ef6<\/h3>\n<\/p>\n<p><p><code>openpyxl<\/code>\u662f\u4e00\u4e2a\u7528\u4e8e\u8bfb\u5199Excel 2010 xlsx\/xlsm\/xltx\/xltm\u6587\u4ef6\u7684Python\u5e93\u3002\u4ee5\u4e0b\u662f\u4f7f\u7528<code>openpyxl<\/code>\u5e93\u521b\u5efaExcel\u6587\u4ef6\u7684\u6b65\u9aa4\uff1a<\/p>\n<\/p>\n<p><h4>\u5b89\u88c5<code>openpyxl<\/code>\u5e93<\/h4>\n<\/p>\n<p><p>\u9996\u5148\uff0c\u4f60\u9700\u8981\u5b89\u88c5<code>openpyxl<\/code>\u5e93\u3002\u5982\u679c\u4f60\u8fd8\u6ca1\u6709\u5b89\u88c5\uff0c\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u5b89\u88c5\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-bash\">pip install openpyxl<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h4>\u521b\u5efaExcel\u6587\u4ef6\u5e76\u5199\u5165\u6570\u636e<\/h4>\n<\/p>\n<p><p>\u63a5\u4e0b\u6765\uff0c\u6211\u4eec\u5c06\u5c55\u793a\u5982\u4f55\u521b\u5efa\u4e00\u4e2aExcel\u6587\u4ef6\u5e76\u5199\u5165\u4e00\u4e9b\u6570\u636e\u3002<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">from openpyxl import Workbook<\/p>\n<h2><strong>\u521b\u5efa\u4e00\u4e2a\u65b0\u7684\u5de5\u4f5c\u7c3f<\/strong><\/h2>\n<p>wb = Workbook()<\/p>\n<h2><strong>\u83b7\u53d6\u6d3b\u52a8\u5de5\u4f5c\u8868<\/strong><\/h2>\n<p>ws = wb.active<\/p>\n<h2><strong>\u5728\u5355\u5143\u683c\u4e2d\u5199\u5165\u6570\u636e<\/strong><\/h2>\n<p>ws[&#39;A1&#39;] = &#39;Hello&#39;<\/p>\n<p>ws[&#39;B1&#39;] = &#39;World&#39;<\/p>\n<h2><strong>\u4fdd\u5b58\u5de5\u4f5c\u7c3f<\/strong><\/h2>\n<p>wb.save(&quot;example.xlsx&quot;)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u5728\u4e0a\u9762\u7684\u4ee3\u7801\u4e2d\uff0c\u6211\u4eec\u9996\u5148\u5bfc\u5165\u4e86<code>openpyxl<\/code>\u5e93\u4e2d\u7684<code>Workbook<\/code>\u7c7b\uff0c\u7136\u540e\u521b\u5efa\u4e86\u4e00\u4e2a\u65b0\u7684\u5de5\u4f5c\u7c3f\uff0c\u5e76\u83b7\u53d6\u6d3b\u52a8\u5de5\u4f5c\u8868\u3002\u63a5\u7740\uff0c\u6211\u4eec\u5728\u5355\u5143\u683c<code>A1<\/code>\u548c<code>B1<\/code>\u4e2d\u5199\u5165\u4e86\u6570\u636e\uff0c\u6700\u540e\u4fdd\u5b58\u5de5\u4f5c\u7c3f\u4e3a<code>example.xlsx<\/code>\u3002<\/p>\n<\/p>\n<p><h3>\u4e8c\u3001\u4f7f\u7528<code>pandas<\/code>\u5e93\u521b\u5efaExcel\u6587\u4ef6<\/h3>\n<\/p>\n<p><p><code>pandas<\/code>\u662f\u4e00\u4e2a\u5f3a\u5927\u7684\u6570\u636e\u5904\u7406\u548c\u5206\u6790\u5e93\uff0c\u5b83\u4e5f\u63d0\u4f9b\u4e86\u521b\u5efa\u548c\u64cd\u4f5cExcel\u6587\u4ef6\u7684\u529f\u80fd\u3002\u4ee5\u4e0b\u662f\u4f7f\u7528<code>pandas<\/code>\u5e93\u521b\u5efaExcel\u6587\u4ef6\u7684\u6b65\u9aa4\uff1a<\/p>\n<\/p>\n<p><h4>\u5b89\u88c5<code>pandas<\/code>\u5e93<\/h4>\n<\/p>\n<p><p>\u9996\u5148\uff0c\u4f60\u9700\u8981\u5b89\u88c5<code>pandas<\/code>\u5e93\u3002\u5982\u679c\u4f60\u8fd8\u6ca1\u6709\u5b89\u88c5\uff0c\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u5b89\u88c5\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-bash\">pip install pandas<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h4>\u521b\u5efaExcel\u6587\u4ef6\u5e76\u5199\u5165\u6570\u636e<\/h4>\n<\/p>\n<p><p>\u63a5\u4e0b\u6765\uff0c\u6211\u4eec\u5c06\u5c55\u793a\u5982\u4f55\u4f7f\u7528<code>pandas<\/code>\u521b\u5efa\u4e00\u4e2aExcel\u6587\u4ef6\u5e76\u5199\u5165\u4e00\u4e9b\u6570\u636e\u3002<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">import pandas as pd<\/p>\n<h2><strong>\u521b\u5efa\u4e00\u4e2a\u6570\u636e\u5b57\u5178<\/strong><\/h2>\n<p>data = {<\/p>\n<p>    &#39;Name&#39;: [&#39;John&#39;, &#39;Anna&#39;, &#39;Peter&#39;, &#39;Linda&#39;],<\/p>\n<p>    &#39;Age&#39;: [28, 24, 35, 32]<\/p>\n<p>}<\/p>\n<h2><strong>\u521b\u5efa\u4e00\u4e2aDataFrame<\/strong><\/h2>\n<p>df = pd.DataFrame(data)<\/p>\n<h2><strong>\u5c06DataFrame\u5199\u5165Excel\u6587\u4ef6<\/strong><\/h2>\n<p>df.to_excel(&quot;example_pandas.xlsx&quot;, index=False)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u5728\u4e0a\u9762\u7684\u4ee3\u7801\u4e2d\uff0c\u6211\u4eec\u9996\u5148\u5bfc\u5165\u4e86<code>pandas<\/code>\u5e93\uff0c\u7136\u540e\u521b\u5efa\u4e86\u4e00\u4e2a\u5305\u542b\u4e00\u4e9b\u6570\u636e\u7684\u5b57\u5178\uff0c\u5e76\u5c06\u5176\u8f6c\u6362\u4e3a<code>DataFrame<\/code>\u3002\u63a5\u7740\uff0c\u6211\u4eec\u5c06<code>DataFrame<\/code>\u5199\u5165Excel\u6587\u4ef6<code>example_pandas.xlsx<\/code>\u3002<\/p>\n<\/p>\n<p><h3>\u4e09\u3001\u4f7f\u7528<code>xlsxwriter<\/code>\u5e93\u521b\u5efaExcel\u6587\u4ef6<\/h3>\n<\/p>\n<p><p><code>xlsxwriter<\/code>\u662f\u4e00\u4e2a\u7528\u4e8e\u521b\u5efaExcel\u6587\u4ef6\u7684Python\u5e93\uff0c\u7279\u522b\u9002\u5408\u9700\u8981\u521b\u5efa\u590d\u6742\u7684Excel\u6587\u4ef6\u548c\u5e94\u7528\u6837\u5f0f\u7684\u573a\u666f\u3002\u4ee5\u4e0b\u662f\u4f7f\u7528<code>xlsxwriter<\/code>\u5e93\u521b\u5efaExcel\u6587\u4ef6\u7684\u6b65\u9aa4\uff1a<\/p>\n<\/p>\n<p><h4>\u5b89\u88c5<code>xlsxwriter<\/code>\u5e93<\/h4>\n<\/p>\n<p><p>\u9996\u5148\uff0c\u4f60\u9700\u8981\u5b89\u88c5<code>xlsxwriter<\/code>\u5e93\u3002\u5982\u679c\u4f60\u8fd8\u6ca1\u6709\u5b89\u88c5\uff0c\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u5b89\u88c5\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-bash\">pip install xlsxwriter<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h4>\u521b\u5efaExcel\u6587\u4ef6\u5e76\u5199\u5165\u6570\u636e<\/h4>\n<\/p>\n<p><p>\u63a5\u4e0b\u6765\uff0c\u6211\u4eec\u5c06\u5c55\u793a\u5982\u4f55\u4f7f\u7528<code>xlsxwriter<\/code>\u521b\u5efa\u4e00\u4e2aExcel\u6587\u4ef6\u5e76\u5199\u5165\u4e00\u4e9b\u6570\u636e\u3002<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">import xlsxwriter<\/p>\n<h2><strong>\u521b\u5efa\u4e00\u4e2a\u65b0\u7684\u5de5\u4f5c\u7c3f<\/strong><\/h2>\n<p>workbook = xlsxwriter.Workbook(&#39;example_xlsxwriter.xlsx&#39;)<\/p>\n<h2><strong>\u6dfb\u52a0\u4e00\u4e2a\u5de5\u4f5c\u8868<\/strong><\/h2>\n<p>worksheet = workbook.add_worksheet()<\/p>\n<h2><strong>\u5728\u5355\u5143\u683c\u4e2d\u5199\u5165\u6570\u636e<\/strong><\/h2>\n<p>worksheet.write(&#39;A1&#39;, &#39;Hello&#39;)<\/p>\n<p>worksheet.write(&#39;B1&#39;, &#39;World&#39;)<\/p>\n<h2><strong>\u5173\u95ed\u5de5\u4f5c\u7c3f<\/strong><\/h2>\n<p>workbook.close()<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u5728\u4e0a\u9762\u7684\u4ee3\u7801\u4e2d\uff0c\u6211\u4eec\u9996\u5148\u5bfc\u5165\u4e86<code>xlsxwriter<\/code>\u5e93\uff0c\u7136\u540e\u521b\u5efa\u4e86\u4e00\u4e2a\u65b0\u7684\u5de5\u4f5c\u7c3f\uff0c\u5e76\u6dfb\u52a0\u4e86\u4e00\u4e2a\u5de5\u4f5c\u8868\u3002\u63a5\u7740\uff0c\u6211\u4eec\u5728\u5355\u5143\u683c<code>A1<\/code>\u548c<code>B1<\/code>\u4e2d\u5199\u5165\u4e86\u6570\u636e\uff0c\u6700\u540e\u5173\u95ed\u5de5\u4f5c\u7c3f\u3002<\/p>\n<\/p>\n<p><h3>\u56db\u3001\u603b\u7ed3<\/h3>\n<\/p>\n<p><p>\u5728Python\u4e2d\u521b\u5efa\u4e00\u4e2aExcel\u6587\u4ef6\u53ef\u4ee5\u4f7f\u7528\u591a\u79cd\u5e93\uff0c\u5982<code>openpyxl<\/code>\u3001<code>pandas<\/code>\u3001<code>xlsxwriter<\/code>\u7b49\u3002\u6bcf\u4e2a\u5e93\u90fd\u6709\u5176\u72ec\u7279\u7684\u529f\u80fd\u548c\u4f18\u52bf\uff0c\u9009\u62e9\u54ea\u4e2a\u5e93\u53d6\u51b3\u4e8e\u4f60\u7684\u5177\u4f53\u9700\u6c42\u3002<strong>\u5982\u679c\u4f60\u9700\u8981\u7b80\u5355\u5730\u8bfb\u5199Excel\u6587\u4ef6\uff0c<code>openpyxl<\/code>\u548c<code>pandas<\/code>\u662f\u5f88\u597d\u7684\u9009\u62e9\uff1b\u5982\u679c\u4f60\u9700\u8981\u521b\u5efa\u590d\u6742\u7684Excel\u6587\u4ef6\u5e76\u5e94\u7528\u6837\u5f0f\uff0c<code>xlsxwriter<\/code>\u662f\u4e00\u4e2a\u4e0d\u9519\u7684\u9009\u62e9\u3002<\/strong><\/p>\n<\/p>\n<p><p>\u603b\u7684\u6765\u8bf4\uff0c\u4f7f\u7528<code>openpyxl<\/code>\u3001<code>pandas<\/code>\u548c<code>xlsxwriter<\/code>\u5e93\u90fd\u53ef\u4ee5\u8f7b\u677e\u5730\u521b\u5efaExcel\u6587\u4ef6\u5e76\u5199\u5165\u6570\u636e\u3002\u8fd9\u4e9b\u5e93\u63d0\u4f9b\u4e86\u5f3a\u5927\u7684\u529f\u80fd\uff0c\u4f7f\u5f97\u64cd\u4f5cExcel\u6587\u4ef6\u53d8\u5f97\u975e\u5e38\u7b80\u5355\u548c\u76f4\u89c2\u3002\u5e0c\u671b\u901a\u8fc7\u672c\u6587\u7684\u4ecb\u7ecd\uff0c\u80fd\u591f\u5e2e\u52a9\u4f60\u66f4\u597d\u5730\u7406\u89e3\u548c\u638c\u63e1\u5982\u4f55\u5728Python\u4e2d\u521b\u5efaExcel\u6587\u4ef6\u3002<\/p>\n<\/p>\n<h2><strong>\u76f8\u5173\u95ee\u7b54FAQs\uff1a<\/strong><\/h2>\n<p> <strong>\u5982\u4f55\u4f7f\u7528Python\u521b\u5efa\u4e00\u4e2a\u65b0\u7684Excel\u6587\u4ef6\uff1f<\/strong><br \/>\u4f7f\u7528Python\u521b\u5efaExcel\u6587\u4ef6\u53ef\u4ee5\u901a\u8fc7\u591a\u79cd\u5e93\u5b9e\u73b0\uff0c\u5176\u4e2d\u6700\u5e38\u7528\u7684\u662f<code>openpyxl<\/code>\u548c<code>pandas<\/code>\u3002\u901a\u8fc7<code>openpyxl<\/code>\uff0c\u60a8\u53ef\u4ee5\u521b\u5efa\u4e00\u4e2a\u65b0\u7684Excel\u5de5\u4f5c\u7c3f\uff0c\u6dfb\u52a0\u5de5\u4f5c\u8868\uff0c\u5e76\u5728\u5355\u5143\u683c\u4e2d\u5199\u5165\u6570\u636e\u3002\u793a\u4f8b\u4ee3\u7801\u5982\u4e0b\uff1a  <\/p>\n<pre><code class=\"language-python\">from openpyxl import Workbook\n\n# \u521b\u5efa\u4e00\u4e2a\u65b0\u7684\u5de5\u4f5c\u7c3f\nwb = Workbook()\n# \u6fc0\u6d3b\u9ed8\u8ba4\u5de5\u4f5c\u8868\nws = wb.active\n# \u5728A1\u5355\u5143\u683c\u5199\u5165\u6570\u636e\nws[&#39;A1&#39;] = &#39;Hello, Excel!&#39;\n# \u4fdd\u5b58\u6587\u4ef6\nwb.save(&#39;example.xlsx&#39;)\n<\/code><\/pre>\n<p><strong>\u4f7f\u7528pandas\u5e93\u521b\u5efaExcel\u6587\u4ef6\u7684\u4f18\u52bf\u662f\u4ec0\u4e48\uff1f<\/strong><br \/><code>pandas<\/code>\u5e93\u63d0\u4f9b\u4e86\u5f3a\u5927\u7684\u6570\u636e\u5904\u7406\u529f\u80fd\uff0c\u975e\u5e38\u9002\u5408\u5904\u7406\u6570\u636e\u5e76\u5c06\u5176\u5bfc\u51fa\u4e3aExcel\u6587\u4ef6\u3002\u901a\u8fc7<code>DataFrame<\/code>\uff0c\u7528\u6237\u53ef\u4ee5\u65b9\u4fbf\u5730\u64cd\u4f5c\u6570\u636e\uff0c\u5e76\u901a\u8fc7<code>to_excel()<\/code>\u65b9\u6cd5\u8f7b\u677e\u4fdd\u5b58\u4e3aExcel\u683c\u5f0f\u3002\u4ee5\u4e0b\u662f\u4e00\u4e2a\u7b80\u5355\u793a\u4f8b\uff1a  <\/p>\n<pre><code class=\"language-python\">import pandas as pd\n\n# \u521b\u5efa\u6570\u636e\u6846\ndata = {&#39;Name&#39;: [&#39;Alice&#39;, &#39;Bob&#39;], &#39;Age&#39;: [25, 30]}\ndf = pd.DataFrame(data)\n# \u4fdd\u5b58\u4e3aExcel\u6587\u4ef6\ndf.to_excel(&#39;data.xlsx&#39;, index=False)\n<\/code><\/pre>\n<p>\u4f7f\u7528<code>pandas<\/code>\u7684\u597d\u5904\u5728\u4e8e\u5176\u6570\u636e\u5904\u7406\u80fd\u529b\u5f3a\u5927\uff0c\u9002\u5408\u9700\u8981\u590d\u6742\u6570\u636e\u64cd\u4f5c\u7684\u7528\u6237\u3002<\/p>\n<p><strong>\u5728Python\u4e2d\u521b\u5efaExcel\u6587\u4ef6\u65f6\uff0c\u5982\u4f55\u8bbe\u7f6e\u5355\u5143\u683c\u683c\u5f0f\uff1f<\/strong><br \/>\u5728\u4f7f\u7528<code>openpyxl<\/code>\u65f6\uff0c\u53ef\u4ee5\u901a\u8fc7<code>styles<\/code>\u6a21\u5757\u8bbe\u7f6e\u5355\u5143\u683c\u683c\u5f0f\uff0c\u4f8b\u5982\u5b57\u4f53\u3001\u989c\u8272\u3001\u8fb9\u6846\u7b49\u3002\u4ee5\u4e0b\u793a\u4f8b\u5c55\u793a\u4e86\u5982\u4f55\u8bbe\u7f6e\u5b57\u4f53\u548c\u80cc\u666f\u989c\u8272\uff1a  <\/p>\n<pre><code class=\"language-python\">from openpyxl.styles import Font, PatternFill\n\n# \u521b\u5efa\u5de5\u4f5c\u7c3f\u548c\u5de5\u4f5c\u8868\nwb = Workbook()\nws = wb.active\n# \u8bbe\u7f6e\u5b57\u4f53\nfont = Font(bold=True, color=&#39;FF0000&#39;)\nws[&#39;A1&#39;].font = font\n# \u8bbe\u7f6e\u80cc\u666f\u989c\u8272\nfill = PatternFill(start_color=&#39;FFFF00&#39;, end_color=&#39;FFFF00&#39;, fill_type=&#39;solid&#39;)\nws[&#39;A1&#39;].fill = fill\n# \u4fdd\u5b58\u6587\u4ef6\nwb.save(&#39;styled_example.xlsx&#39;)\n<\/code><\/pre>\n<p>\u901a\u8fc7\u8fd9\u79cd\u65b9\u5f0f\uff0c\u60a8\u53ef\u4ee5\u4f7fExcel\u6587\u4ef6\u7684\u89c6\u89c9\u6548\u679c\u66f4\u52a0\u4e30\u5bcc\uff0c\u63d0\u5347\u7528\u6237\u4f53\u9a8c\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"\u5728Python\u4e2d\u521b\u5efa\u4e00\u4e2aExcel\u6587\u4ef6\uff0c\u53ef\u4ee5\u4f7f\u7528\u591a\u79cd\u5e93\uff0c\u5982openpyxl\u3001pandas\u3001xlsxwriter [&hellip;]","protected":false},"author":3,"featured_media":1093744,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[37],"tags":[],"acf":[],"_links":{"self":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/1093737"}],"collection":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/comments?post=1093737"}],"version-history":[{"count":"1","href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/1093737\/revisions"}],"predecessor-version":[{"id":1093745,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/1093737\/revisions\/1093745"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media\/1093744"}],"wp:attachment":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media?parent=1093737"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/categories?post=1093737"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/tags?post=1093737"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}