flying-wyf

2017年5月14日

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

摘要: #! python3 # blankRowInserter.py import openpyxl,os os.chdir('C:\\Users\\Administrator\\Python35-32') n=int(input('rowNum')) m=int(input('insertrowNum')) name=('updatedProduceSales2.xlsx') wb = openp... 阅读全文

posted @ 2017-05-14 00:45 flying-wyf 阅读(184) 评论(0) 推荐(0)

导航