06 2021 档案

摘要:import time start = time.process_time() 需要运行的代码 end = time.process_time() print("运行时间为%fs" %(end-start)) 阅读全文
posted @ 2021-06-21 15:16 在路上的羊咩 阅读(403) 评论(0) 推荐(0)
摘要:参考网站 https://docs.xlwings.org/en/stable/index.html #创建一个新的Excel文件 wb = xw.Book() 或 wb = xw.books.add() #连接一个在当前目录的Excel文件 wb = xw.Book('FileName.xlsx' 阅读全文
posted @ 2021-06-01 22:44 在路上的羊咩 阅读(1115) 评论(0) 推荐(0)