码迷,mamicode.com
首页 > 编程语言 > 详细

Python源码---Excell写

时间:2020-02-07 13:06:35      阅读:71      评论:0      收藏:0      [点我收藏+]

标签:python   port   mirror   das   cell   rust   work   ash   http   

CMD安装 xlwt

pip install xlwt -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com

源码————

import xlwt
new_workbook = xlwt.Workbook()
worksheet = new_workbook.add_sheet(‘new_test‘)
worksheet.write(0,0,‘test‘)
new_workbook.save(‘d:/test.xls‘)

Python源码---Excell写

标签:python   port   mirror   das   cell   rust   work   ash   http   

原文地址:https://www.cnblogs.com/guowei2020/p/12272528.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!