摘要: Python对Excel的读写主要有xlrd、xlwt、xlutils、openpyxl、xlsxwriter几种。 1.xlrd主要是用来读取excel文件 import xlrd workbook = xlrd.open_workbook(u'有趣装逼每日数据及趋势.xls') sheet_na 阅读全文
posted @ 2018-11-20 04:32 konglingbin 阅读(8245) 评论(0) 推荐(0) 编辑