{"id":1111618,"date":"2025-01-08T17:31:04","date_gmt":"2025-01-08T09:31:04","guid":{"rendered":"https:\/\/docs.pingcode.com\/ask\/ask-ask\/1111618.html"},"modified":"2025-01-08T17:31:06","modified_gmt":"2025-01-08T09:31:06","slug":"%e5%a6%82%e4%bd%95%e5%9c%a8python%e4%b8%ad%e5%88%9b%e5%bb%baexcel%e6%96%87%e4%bb%b6%e5%a4%b9","status":"publish","type":"post","link":"https:\/\/docs.pingcode.com\/ask\/1111618.html","title":{"rendered":"\u5982\u4f55\u5728python\u4e2d\u521b\u5efaexcel\u6587\u4ef6\u5939"},"content":{"rendered":"<p style=\"text-align:center;\" ><img decoding=\"async\" src=\"https:\/\/cdn-kb.worktile.com\/kb\/wp-content\/uploads\/2024\/04\/25074013\/8940da93-617f-4487-9a64-8f2a56cc534d.webp\" alt=\"\u5982\u4f55\u5728python\u4e2d\u521b\u5efaexcel\u6587\u4ef6\u5939\" \/><\/p>\n<p><h3>\u5982\u4f55\u5728Python\u4e2d\u521b\u5efaExcel\u6587\u4ef6\u5939<\/h3>\n<\/p>\n<p><p><strong>\u5728Python\u4e2d\u521b\u5efaExcel\u6587\u4ef6\u5939\u7684\u4e3b\u8981\u65b9\u6cd5\u5305\u62ec\uff1a\u4f7f\u7528openpyxl\u521b\u5efaExcel\u6587\u4ef6\u3001\u4f7f\u7528pandas\u521b\u5efaExcel\u6587\u4ef6\u3001\u4f7f\u7528xlsxwriter\u521b\u5efaExcel\u6587\u4ef6\u3001\u6279\u91cf\u521b\u5efaExcel\u6587\u4ef6\u3002<\/strong> \u4e0b\u9762\u6211\u4eec\u5c06\u8be6\u7ec6\u4ecb\u7ecd\u8fd9\u51e0\u79cd\u65b9\u6cd5\uff0c\u5e76\u5bf9\u5176\u4e2d\u4e00\u79cd\u65b9\u6cd5\u8fdb\u884c\u8be6\u7ec6\u63cf\u8ff0\u3002<\/p>\n<\/p>\n<p><h3>\u4e00\u3001\u4f7f\u7528openpyxl\u521b\u5efaExcel\u6587\u4ef6<\/h3>\n<\/p>\n<p><p>Openpyxl\u662f\u4e00\u4e2a\u7528\u4e8e\u8bfb\u5199Excel 2010 xlsx\/xlsm\/xltx\/xltm\u6587\u4ef6\u7684Python\u5e93\u3002\u4ee5\u4e0b\u662f\u4f7f\u7528openpyxl\u521b\u5efaExcel\u6587\u4ef6\u7684\u6b65\u9aa4\uff1a<\/p>\n<\/p>\n<p><h4>1. \u5b89\u88c5openpyxl\u5e93<\/h4>\n<\/p>\n<p><p>\u9996\u5148\uff0c\u4f60\u9700\u8981\u5b89\u88c5openpyxl\u5e93\u3002\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u8fdb\u884c\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>2. \u521b\u5efa\u4e00\u4e2a\u65b0\u7684Excel\u6587\u4ef6<\/h4>\n<\/p>\n<p><p>\u63a5\u4e0b\u6765\uff0c\u6211\u4eec\u5c06\u521b\u5efa\u4e00\u4e2a\u65b0\u7684Excel\u6587\u4ef6\uff0c\u5e76\u5411\u5176\u4e2d\u6dfb\u52a0\u4e00\u4e9b\u6570\u636e\uff1a<\/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\u7684\u5de5\u4f5c\u8868<\/strong><\/h2>\n<p>ws = wb.active<\/p>\n<h2><strong>\u5411\u5de5\u4f5c\u8868\u4e2d\u6dfb\u52a0\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(&#39;example.xlsx&#39;)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u5728\u4e0a\u9762\u7684\u4ee3\u7801\u4e2d\uff0c\u6211\u4eec\u9996\u5148\u5bfc\u5165\u4e86openpyxl\u5e93\u4e2d\u7684Workbook\u7c7b\u3002\u7136\u540e\uff0c\u6211\u4eec\u521b\u5efa\u4e86\u4e00\u4e2a\u65b0\u7684\u5de5\u4f5c\u7c3f\uff0c\u5e76\u83b7\u53d6\u4e86\u6d3b\u52a8\u7684\u5de5\u4f5c\u8868\u3002\u63a5\u7740\uff0c\u6211\u4eec\u5411\u5de5\u4f5c\u8868\u4e2d\u6dfb\u52a0\u4e86\u4e00\u4e9b\u6570\u636e\uff0c\u5e76\u5c06\u5de5\u4f5c\u7c3f\u4fdd\u5b58\u4e3aexample.xlsx\u6587\u4ef6\u3002<\/p>\n<\/p>\n<p><h4>3. \u6dfb\u52a0\u591a\u4e2a\u5de5\u4f5c\u8868<\/h4>\n<\/p>\n<p><p>\u4f60\u8fd8\u53ef\u4ee5\u5411\u5de5\u4f5c\u7c3f\u4e2d\u6dfb\u52a0\u591a\u4e2a\u5de5\u4f5c\u8868\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\"># \u521b\u5efa\u4e00\u4e2a\u65b0\u7684\u5de5\u4f5c\u8868<\/p>\n<p>ws1 = wb.create_sheet(&quot;Sheet1&quot;)<\/p>\n<h2><strong>\u5411\u65b0\u7684\u5de5\u4f5c\u8868\u4e2d\u6dfb\u52a0\u6570\u636e<\/strong><\/h2>\n<p>ws1[&#39;A1&#39;] = &#39;Python&#39;<\/p>\n<p>ws1[&#39;B1&#39;] = &#39;Programming&#39;<\/p>\n<h2><strong>\u4fdd\u5b58\u5de5\u4f5c\u7c3f<\/strong><\/h2>\n<p>wb.save(&#39;example_multiple_sheets.xlsx&#39;)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h3>\u4e8c\u3001\u4f7f\u7528pandas\u521b\u5efaExcel\u6587\u4ef6<\/h3>\n<\/p>\n<p><p>Pandas\u662f\u4e00\u4e2a\u5f3a\u5927\u7684\u6570\u636e\u5904\u7406\u548c\u5206\u6790\u5e93\uff0c\u5b83\u4e5f\u53ef\u4ee5\u7528\u4e8e\u521b\u5efaExcel\u6587\u4ef6\u3002\u4ee5\u4e0b\u662f\u4f7f\u7528pandas\u521b\u5efaExcel\u6587\u4ef6\u7684\u6b65\u9aa4\uff1a<\/p>\n<\/p>\n<p><h4>1. \u5b89\u88c5pandas\u5e93<\/h4>\n<\/p>\n<p><p>\u9996\u5148\uff0c\u4f60\u9700\u8981\u5b89\u88c5pandas\u5e93\u3002\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u8fdb\u884c\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>2. \u521b\u5efa\u4e00\u4e2a\u65b0\u7684Excel\u6587\u4ef6<\/h4>\n<\/p>\n<p><p>\u63a5\u4e0b\u6765\uff0c\u6211\u4eec\u5c06\u4f7f\u7528pandas\u521b\u5efa\u4e00\u4e2a\u65b0\u7684Excel\u6587\u4ef6\uff0c\u5e76\u5411\u5176\u4e2d\u6dfb\u52a0\u4e00\u4e9b\u6570\u636e\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">import pandas as pd<\/p>\n<h2><strong>\u521b\u5efa\u4e00\u4e2a\u6570\u636e\u6846<\/strong><\/h2>\n<p>data = {&#39;Name&#39;: [&#39;Alice&#39;, &#39;Bob&#39;, &#39;Charlie&#39;],<\/p>\n<p>        &#39;Age&#39;: [25, 30, 35]}<\/p>\n<p>df = pd.DataFrame(data)<\/p>\n<h2><strong>\u5c06\u6570\u636e\u6846\u4fdd\u5b58\u4e3aExcel\u6587\u4ef6<\/strong><\/h2>\n<p>df.to_excel(&#39;example_pandas.xlsx&#39;, 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\u4e86pandas\u5e93\u3002\u7136\u540e\uff0c\u6211\u4eec\u521b\u5efa\u4e86\u4e00\u4e2a\u6570\u636e\u6846\uff0c\u5e76\u5c06\u5176\u4fdd\u5b58\u4e3aexample_pandas.xlsx\u6587\u4ef6\u3002<\/p>\n<\/p>\n<p><h3>\u4e09\u3001\u4f7f\u7528xlsxwriter\u521b\u5efaExcel\u6587\u4ef6<\/h3>\n<\/p>\n<p><p>XlsxWriter\u662f\u4e00\u4e2a\u7528\u4e8e\u521b\u5efaExcel 2007 xlsx\u6587\u4ef6\u7684Python\u5e93\u3002\u4ee5\u4e0b\u662f\u4f7f\u7528xlsxwriter\u521b\u5efaExcel\u6587\u4ef6\u7684\u6b65\u9aa4\uff1a<\/p>\n<\/p>\n<p><h4>1. \u5b89\u88c5xlsxwriter\u5e93<\/h4>\n<\/p>\n<p><p>\u9996\u5148\uff0c\u4f60\u9700\u8981\u5b89\u88c5xlsxwriter\u5e93\u3002\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u8fdb\u884c\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>2. \u521b\u5efa\u4e00\u4e2a\u65b0\u7684Excel\u6587\u4ef6<\/h4>\n<\/p>\n<p><p>\u63a5\u4e0b\u6765\uff0c\u6211\u4eec\u5c06\u4f7f\u7528xlsxwriter\u521b\u5efa\u4e00\u4e2a\u65b0\u7684Excel\u6587\u4ef6\uff0c\u5e76\u5411\u5176\u4e2d\u6dfb\u52a0\u4e00\u4e9b\u6570\u636e\uff1a<\/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\u65b0\u7684\u5de5\u4f5c\u8868<\/strong><\/h2>\n<p>worksheet = workbook.add_worksheet()<\/p>\n<h2><strong>\u5411\u5de5\u4f5c\u8868\u4e2d\u6dfb\u52a0\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\u4e86xlsxwriter\u5e93\u3002\u7136\u540e\uff0c\u6211\u4eec\u521b\u5efa\u4e86\u4e00\u4e2a\u65b0\u7684\u5de5\u4f5c\u7c3f\uff0c\u5e76\u6dfb\u52a0\u4e86\u4e00\u4e2a\u65b0\u7684\u5de5\u4f5c\u8868\u3002\u63a5\u7740\uff0c\u6211\u4eec\u5411\u5de5\u4f5c\u8868\u4e2d\u6dfb\u52a0\u4e86\u4e00\u4e9b\u6570\u636e\uff0c\u5e76\u5173\u95ed\u4e86\u5de5\u4f5c\u7c3f\u3002<\/p>\n<\/p>\n<p><h3>\u56db\u3001\u6279\u91cf\u521b\u5efaExcel\u6587\u4ef6<\/h3>\n<\/p>\n<p><p>\u6709\u65f6\u5019\uff0c\u6211\u4eec\u53ef\u80fd\u9700\u8981\u6279\u91cf\u521b\u5efaExcel\u6587\u4ef6\u3002\u4ee5\u4e0b\u662f\u4e00\u4e2a\u793a\u4f8b\uff0c\u6f14\u793a\u5982\u4f55\u4f7f\u7528Python\u6279\u91cf\u521b\u5efa\u591a\u4e2aExcel\u6587\u4ef6\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">import os<\/p>\n<p>from openpyxl import Workbook<\/p>\n<h2><strong>\u521b\u5efa\u4e00\u4e2a\u6587\u4ef6\u5939\u6765\u5b58\u50a8Excel\u6587\u4ef6<\/strong><\/h2>\n<p>os.makedirs(&#39;excel_files&#39;, exist_ok=True)<\/p>\n<h2><strong>\u6279\u91cf\u521b\u5efaExcel\u6587\u4ef6<\/strong><\/h2>\n<p>for i in range(10):<\/p>\n<p>    wb = Workbook()<\/p>\n<p>    ws = wb.active<\/p>\n<p>    ws[&#39;A1&#39;] = f&#39;File {i+1}&#39;<\/p>\n<p>    wb.save(f&#39;excel_files\/file_{i+1}.xlsx&#39;)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u5728\u4e0a\u9762\u7684\u4ee3\u7801\u4e2d\uff0c\u6211\u4eec\u9996\u5148\u521b\u5efa\u4e86\u4e00\u4e2a\u6587\u4ef6\u5939\u6765\u5b58\u50a8Excel\u6587\u4ef6\u3002\u7136\u540e\uff0c\u6211\u4eec\u4f7f\u7528\u4e00\u4e2a\u5faa\u73af\u6279\u91cf\u521b\u5efa\u4e8610\u4e2aExcel\u6587\u4ef6\uff0c\u5e76\u5c06\u5b83\u4eec\u4fdd\u5b58\u5728\u6307\u5b9a\u7684\u6587\u4ef6\u5939\u4e2d\u3002<\/p>\n<\/p>\n<p><h3>\u603b\u7ed3<\/h3>\n<\/p>\n<p><p>\u672c\u6587\u4ecb\u7ecd\u4e86\u5728Python\u4e2d\u521b\u5efaExcel\u6587\u4ef6\u5939\u7684\u51e0\u79cd\u65b9\u6cd5\uff0c\u5305\u62ec\u4f7f\u7528openpyxl\u521b\u5efaExcel\u6587\u4ef6\u3001\u4f7f\u7528pandas\u521b\u5efaExcel\u6587\u4ef6\u3001\u4f7f\u7528xlsxwriter\u521b\u5efaExcel\u6587\u4ef6\u3001\u6279\u91cf\u521b\u5efaExcel\u6587\u4ef6\u3002\u6bcf\u79cd\u65b9\u6cd5\u90fd\u6709\u5176\u72ec\u7279\u7684\u4f18\u70b9\u548c\u5e94\u7528\u573a\u666f\uff0c\u5f00\u53d1\u8005\u53ef\u4ee5\u6839\u636e\u5b9e\u9645\u9700\u6c42\u9009\u62e9\u5408\u9002\u7684\u65b9\u6cd5\u3002\u638c\u63e1\u8fd9\u4e9b\u65b9\u6cd5\u540e\uff0c\u4f60\u5c06\u80fd\u591f\u8f7b\u677e\u5730\u5728Python\u4e2d\u521b\u5efa\u548c\u7ba1\u7406Excel\u6587\u4ef6\u3002<\/p>\n<\/p>\n<h2><strong>\u76f8\u5173\u95ee\u7b54FAQs\uff1a<\/strong><\/h2>\n<p> <strong>\u5982\u4f55\u5728Python\u4e2d\u521b\u5efaExcel\u6587\u4ef6\uff1f<\/strong><br \/>\u5728Python\u4e2d\u521b\u5efaExcel\u6587\u4ef6\uff0c\u53ef\u4ee5\u4f7f\u7528<code>openpyxl<\/code>\u6216<code>pandas<\/code>\u5e93\u3002\u4f7f\u7528<code>openpyxl<\/code>\uff0c\u4f60\u53ef\u4ee5\u521b\u5efa\u5de5\u4f5c\u7c3f\u548c\u5de5\u4f5c\u8868\uff0c\u5e76\u5199\u5165\u6570\u636e\uff1b\u800c\u4f7f\u7528<code>pandas<\/code>\uff0c\u4f60\u53ef\u4ee5\u5c06\u6570\u636e\u6846\u76f4\u63a5\u5bfc\u51fa\u4e3aExcel\u6587\u4ef6\u3002\u5b89\u88c5\u8fd9\u4e9b\u5e93\u540e\uff0c\u4f7f\u7528\u76f8\u5e94\u7684\u51fd\u6570\u6765\u5b9a\u4e49\u6587\u4ef6\u540d\u548c\u6570\u636e\u5185\u5bb9\u5373\u53ef\u8f7b\u677e\u5b8c\u6210\u3002<\/p>\n<p><strong>\u4f7f\u7528Python\u521b\u5efaExcel\u6587\u4ef6\u9700\u8981\u5b89\u88c5\u54ea\u4e9b\u5e93\uff1f<\/strong><br \/>\u4e3a\u4e86\u5728Python\u4e2d\u521b\u5efaExcel\u6587\u4ef6\uff0c\u5e38\u7528\u7684\u5e93\u6709<code>openpyxl<\/code>\u548c<code>pandas<\/code>\u3002<code>openpyxl<\/code>\u9002\u5408\u5904\u7406Excel\u7684\u8bfb\u5199\uff0c\u800c<code>pandas<\/code>\u5219\u66f4\u9002\u5408\u8fdb\u884c\u6570\u636e\u5206\u6790\u548c\u5904\u7406\u3002\u53ef\u4ee5\u901a\u8fc7<code>pip install openpyxl pandas<\/code>\u547d\u4ee4\u5feb\u901f\u5b89\u88c5\u8fd9\u4e24\u4e2a\u5e93\u3002<\/p>\n<p><strong>\u5728Python\u4e2d\u521b\u5efaExcel\u6587\u4ef6\u65f6\u5982\u4f55\u8bbe\u7f6e\u5355\u5143\u683c\u683c\u5f0f\uff1f<\/strong><br \/>\u5728\u4f7f\u7528<code>openpyxl<\/code>\u521b\u5efaExcel\u6587\u4ef6\u65f6\uff0c\u53ef\u4ee5\u901a\u8fc7<code>openpyxl.styles<\/code>\u6a21\u5757\u8bbe\u7f6e\u5355\u5143\u683c\u683c\u5f0f\u3002\u4f60\u53ef\u4ee5\u5b9a\u4e49\u5b57\u4f53\u3001\u8fb9\u6846\u3001\u586b\u5145\u989c\u8272\u7b49\u5c5e\u6027\u3002\u901a\u8fc7\u521b\u5efa\u6837\u5f0f\u5bf9\u8c61\uff0c\u5e76\u5c06\u5176\u5e94\u7528\u4e8e\u7279\u5b9a\u5355\u5143\u683c\uff0c\u53ef\u4ee5\u5b9e\u73b0\u6240\u9700\u7684\u683c\u5f0f\u8bbe\u7f6e\u3002<\/p>\n<p><strong>\u5982\u4f55\u5728Python\u4e2d\u5c06\u6570\u636e\u5199\u5165Excel\u6587\u4ef6\u7684\u7279\u5b9a\u4f4d\u7f6e\uff1f<\/strong><br \/>\u4f7f\u7528<code>openpyxl<\/code>\u6216<code>pandas<\/code>\u65f6\uff0c\u53ef\u4ee5\u6307\u5b9a\u884c\u548c\u5217\u6765\u5199\u5165\u6570\u636e\u3002\u5728<code>openpyxl<\/code>\u4e2d\uff0c\u4f7f\u7528<code>sheet.cell(row, column, value)<\/code>\u65b9\u6cd5\u5c06\u6570\u636e\u63d2\u5165\u7279\u5b9a\u7684\u5355\u5143\u683c\uff1b\u800c\u5728<code>pandas<\/code>\u4e2d\uff0c\u53ef\u4ee5\u5728\u521b\u5efa\u6570\u636e\u6846\u65f6\u6307\u5b9a\u5217\u540d\u548c\u7d22\u5f15\uff0c\u5728\u5bfc\u51fa\u4e3aExcel\u65f6\uff0c\u6570\u636e\u4f1a\u6309\u7167\u8bbe\u5b9a\u7684\u7ed3\u6784\u5199\u5165\u6587\u4ef6\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"\u5982\u4f55\u5728Python\u4e2d\u521b\u5efaExcel\u6587\u4ef6\u5939 \u5728Python\u4e2d\u521b\u5efaExcel\u6587\u4ef6\u5939\u7684\u4e3b\u8981\u65b9\u6cd5\u5305\u62ec\uff1a\u4f7f\u7528openpy [&hellip;]","protected":false},"author":3,"featured_media":1111630,"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\/1111618"}],"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=1111618"}],"version-history":[{"count":"1","href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/1111618\/revisions"}],"predecessor-version":[{"id":1111635,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/1111618\/revisions\/1111635"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media\/1111630"}],"wp:attachment":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media?parent=1111618"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/categories?post=1111618"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/tags?post=1111618"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}