python操作excel表
摘要:
1.新增表并添加数据; 2.给工作表添加表名称,给表数据添加格式; import xlsxwriterdatas=(['Rent',1000], ['Gas',100], ['fish','画画'], ['rice',500])a=xlsxwriter.Workbook('st.xlsx')sh1= 阅读全文
posted @ 2019-12-21 17:22 星空6 阅读(1092) 评论(0) 推荐(0)
posted @ 2019-12-21 17:22 星空6 阅读(1092) 评论(0) 推荐(0)
posted @ 2019-12-21 13:56 星空6 阅读(938) 评论(0) 推荐(0)
posted @ 2019-12-21 13:34 星空6 阅读(1837) 评论(0) 推荐(0)