摘要: https://www.cnblogs.com/Wang-jialu/p/10936414.html 阅读全文
posted @ 2020-03-05 20:49 fakerbenren 阅读(70) 评论(0) 推荐(0)
摘要: import xlrdfrom xlutils.copy import copyxlsx=xlrd.open_workbook("d:/3.5数据表.xlsx")table=xlsx.sheet_by_index(0)all_data=[]for n in range(1,table.nrows): 阅读全文
posted @ 2020-03-05 15:32 fakerbenren 阅读(231) 评论(0) 推荐(0)