flying-wyf

2017年5月16日

python编程快速上手之第12章实践项目参考答案(12.13.4)

摘要: #! python3 # encoding: UTF-8 import openpyxl,os from openpyxl.utils import get_column_letter os.chdir('C:\\Users\\Administrator\\Python35-32') wb = openpyxl.load_workbook('TxttoExcel.xlsx') sheet = ... 阅读全文

posted @ 2017-05-16 01:14 flying-wyf 阅读(189) 评论(0) 推荐(1)

导航