摘要:
参考:https://www.jianshu.com/p/fc97dd7e822c import xlwt #导入模块 workbook = xlwt.Workbook(encoding='utf-8') worksheet = workbook.add_sheet('sheet1') #设置字体样 阅读全文
posted @ 2020-02-26 23:54
小白龙白龙马
阅读(299)
评论(0)
推荐(0)
摘要:
参考网址:https://www.jianshu.com/p/fc97dd7e822c import xlwt #导入模块 workbook = xlwt.Workbook(encoding='utf-8') #创建workbook 对象 worksheet = workbook.add_sheet 阅读全文
posted @ 2020-02-26 23:48
小白龙白龙马
阅读(1348)
评论(0)
推荐(0)
摘要:
import xlrd book = xlrd.open_workbook("C:\\Users\\del\\Desktop\\Book1.xlsx") sheet_name = book.sheet_names()[0] #获取指定索引的sheet的名字 print(sheet_name) #Sh 阅读全文
posted @ 2020-02-26 19:03
小白龙白龙马
阅读(322)
评论(0)
推荐(0)
摘要:
用例01:测试方法01:数据01:结果01用例02:测试方法02:数据02:结果02用例03:测试方法03:数据03:结果03用例04:测试方法04:数据04:结果04' ':测试方法05:数据05:结果05 f = open('C:\\Users\\del\\Desktop\\新建文本文档 (2) 阅读全文
posted @ 2020-02-26 01:36
小白龙白龙马
阅读(158)
评论(0)
推荐(0)
摘要:
用例01:测试方法01:数据01:结果01用例02:测试方法02:数据02:结果02用例03:测试方法03:数据03:结果03用例04:测试方法04:数据04:结果04 :测试方法05:数据05:结果05 f = open('C:\\Users\\del\\Desktop\\新建文本文档 (2).t 阅读全文
posted @ 2020-02-26 01:31
小白龙白龙马
阅读(172)
评论(0)
推荐(0)
摘要:
用例01:测试方法01:数据01:结果01用例02:测试方法02:数据02:结果02用例03:测试方法03:数据03:结果03用例04:测试方法04:数据04:结果04:测试方法05:数据05:结果05 f = open('C:\\Users\\del\\Desktop\\新建文本文档 (2).tx 阅读全文
posted @ 2020-02-26 01:28
小白龙白龙马
阅读(270)
评论(0)
推荐(0)