01 2018 档案

摘要:https://openpyxl.readthedocs.io/en/latest/tutorial.html https://automatetheboringstuff.com/chapter12/ 两个很好的学习网站 阅读全文
posted @ 2018-01-18 11:01 njuptlwh 阅读(234) 评论(0) 推荐(0) 编辑
摘要:本人电脑已安装Python2.7.2.5,最近在学习Python操作Excel,网上总共看到三种方法:① 使用xlrd xlwt (只适用于office 2003);② 使用openpyxl;③ win32com (类似于直接使用VB操作,有时间再仔细了解) 好,回到正题 安装openpyxl 1. 阅读全文
posted @ 2018-01-16 15:33 njuptlwh 阅读(3170) 评论(0) 推荐(0) 编辑