摘要:
__VERSION__ = '1.0'import xlrd as rd;import xlwt as wt;import os;class ExcelOperation(): def readExcel(self): excelDir=os.getcwd()+"... 阅读全文
posted @ 2015-03-19 17:33
奔雷手
阅读(318)
评论(0)
推荐(0)
摘要:
__VERSION__ = '1.0'import xlrd as rd;import xlwt as wt;import os;class ExcelOperation(): def readExcel(self): excelDir=os.getcwd()+"... 阅读全文
posted @ 2015-03-19 16:43
奔雷手
阅读(87)
评论(0)
推荐(0)