摘要:
import os import xlwt os.chdir('f:\\pic') #改变路径 book = xlwt.Workbook(encoding='utf-8') #创建工作簿 sheet = book.add_sheet('test') #创建工作表 sheet.write(0,0,'python') #在相应单元格填入数据 sheet.write(1,1,'liushutian'... 阅读全文
posted @ 2018-03-20 16:25
刘书田
阅读(122)
评论(0)
推荐(0)
浙公网安备 33010602011771号