{"id":313,"date":"2019-11-26T13:38:36","date_gmt":"2019-11-26T05:38:36","guid":{"rendered":"http:\/\/cnliutz.uicp.io\/wordpress\/?p=313"},"modified":"2019-11-26T15:22:04","modified_gmt":"2019-11-26T07:22:04","slug":"python%e8%af%bb%e5%86%99excel%e6%96%87%e4%bb%b6","status":"publish","type":"post","link":"http:\/\/0.ipyingshe.net:5347\/?p=313","title":{"rendered":"Python\u8bfb\u5199Excel\u6587\u4ef6"},"content":{"rendered":"\n<p>\u6587\u4ef6\u201c\u5220\u9664\u6700\u5c0f\u503c.xlsx\u201d\u4e2d\uff0c\uff08A:D\uff09\u56db\u5217\u6570\u636e\uff0c\u5e0c\u671b\u5220\u9664\u6bcf\u884c\u7684\u6700\u5c0f\u503c\uff0c\u4fdd\u7559\u4e09\u4e2a\u503c\uff0c\u5199\u5165\u5230\u540e\u9762\uff08F:H\uff09\u5217\u4e2d\u3002<\/p>\n\n\n\n<p>#\u8c03\u5165 openpyxl\u5e93\nimport openpyxl\n#2\u3001\u6253\u5f00\u6587\u4ef6\uff0c\u5b9a\u4e49\u8868\u5355\uff1a\nwb = openpyxl.load_workbook(&#8220;c:\\\u5220\u9664\u6700\u5c0f\u503c.xlsx&#8221;)\nsht = wb[&#8216;\u6570\u636e&#8217;]\n#3\u3001\u6570\u636e\u5904\u7406\uff08\u8bf7\u81ea\u52a8\u5ffd\u7565\u7c97\u7cd9\u7684\u903b\u8f91\u601d\u8def\uff09\nfor i in range(2, 8):\n    minnum = sht.cell(i,1).value\n    print(minnum , sht.cell(i,1).value)\n    if sht.cell(i, 2).value &lt; minnum:\n        minnum = sht.cell(i,2).value\n    if sht.cell(i,3).value &lt; minnum:\n        minnum = sht.cell(i,3).value\n    if sht.cell(i, 4).value &lt; minnum:\n        minnum = sht.cell(i,4).value\n    k = 0\n    for j in range(1,5):\n        if sht.cell(i, j).value &gt; minnum:\n            k += 1\n            sht.cell(i,k+5).value = sht.cell(i,j).value\nprint(sht.cell(i, k+5).value, end=&#8217; &#8216;)\nprint() \n#4\u3001\u4fdd\u5b58\u6587\u4ef6\uff1a\nwb.save(&#8220;c:\\\u5220\u9664\u6700\u5c0f\u503c.xlsx&#8221;)<\/p>\n\n\n\n<div class=\"wp-block-file\"><a href=\"http:\/\/cnliutz.uicp.io\/wordpress\/wp-content\/uploads\/2019\/11\/\u5220\u9664\u6700\u5c0f\u503c.xlsx\">\u5220\u9664\u6700\u5c0f\u503c.xlsx<\/a><a href=\"http:\/\/cnliutz.uicp.io\/wordpress\/wp-content\/uploads\/2019\/11\/\u5220\u9664\u6700\u5c0f\u503c.xlsx\" class=\"wp-block-file__button\" download>\u4e0b\u8f7d<\/a><\/div>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"531\" src=\"http:\/\/cnliutz.uicp.io\/wordpress\/wp-content\/uploads\/2019\/11\/t..png\" alt=\"\" class=\"wp-image-326\" srcset=\"http:\/\/0.ipyingshe.net:5347\/wp-content\/uploads\/2019\/11\/t..png 480w, http:\/\/0.ipyingshe.net:5347\/wp-content\/uploads\/2019\/11\/t.-271x300.png 271w\" sizes=\"auto, (max-width: 480px) 100vw, 480px\" \/><\/figure>\n\n\n\n<p><a href=\"http:\/\/toutiao.com\/group\/6762179541545779720\/?iid=0&amp;app=news_article\">http:\/\/toutiao.com\/group\/6762179541545779720\/?iid=0&amp;app=news_article<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u6587\u4ef6\u201c\u5220\u9664\u6700\u5c0f\u503c.xlsx\u201d\u4e2d\uff0c\uff08A:D\uff09\u56db\u5217\u6570\u636e\uff0c\u5e0c\u671b\u5220\u9664\u6bcf\u884c\u7684\u6700\u5c0f\u503c\uff0c\u4fdd\u7559\u4e09 <span class=\"readmore\"><a href=\"http:\/\/0.ipyingshe.net:5347\/?p=313\">Continue Reading<\/a><\/span><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,6],"tags":[],"class_list":["post-313","post","type-post","status-publish","format-standard","hentry","category-2","category-6"],"_links":{"self":[{"href":"http:\/\/0.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/313","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/0.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/0.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/0.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/0.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=313"}],"version-history":[{"count":8,"href":"http:\/\/0.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/313\/revisions"}],"predecessor-version":[{"id":327,"href":"http:\/\/0.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/313\/revisions\/327"}],"wp:attachment":[{"href":"http:\/\/0.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=313"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/0.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=313"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/0.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=313"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}