摘要: python简单的对excel读取使用,'open_workbook("excel_name.xls").sheet_by_name(u"sheet_name")' sheet_name为工作簿的名字。 阅读全文
posted @ 2017-05-24 21:07 缪阿布 阅读(186) 评论(0) 推荐(0) 编辑
摘要: for test 1 f = open("mall.txt",'w+',encoding='utf-8') 2 goods = { 3 '电子产品':[ 4 ['mac',7500,7], 5 ['iphone7',5400,5], 6 ['thunder',7600,3] 7 ], 8 '母婴用品 阅读全文
posted @ 2017-05-24 19:05 缪阿布 阅读(4183) 评论(1) 推荐(0) 编辑