异乡客

我一生戎马刀上飘 见过英雄弯下小蛮腰 飞檐走壁能飞多高 我坐船练习水上漂

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

1、读写excel:

import xlrd

def readdata():
    data=xlrd.open_workbook("E:\\tinycase.xlsx")
    table=data.sheet_by_name("现价")
    
     buy=table.cell(i,7).value
     sell=table.cell(i,8).value         

2、读写文件:

finame2='TestEventCase.evt'
with open(finame2,'w') as fp2:
    fp2.write(TestEventsCase_str1)

  

posted on 2018-01-04 18:19  cvv54  阅读(130)  评论(0编辑  收藏  举报