py读取Excel表数据
摘要:
# 封装读取Excel表数据方法 import xlrd'''定义一个类'''class ExcelUtil(): def __init__(self,filePath, sheetName): self.data = xlrd.open_workbook(filePath) self.table 阅读全文
posted @ 2018-09-09 13:51 WapN 阅读(1392) 评论(0) 推荐(0)
posted @ 2018-09-09 13:51 WapN 阅读(1392) 评论(0) 推荐(0)
posted @ 2018-09-06 23:20 WapN 阅读(863) 评论(0) 推荐(0)
posted @ 2018-09-06 23:18 WapN 阅读(531) 评论(0) 推荐(0)
posted @ 2018-09-06 23:17 WapN 阅读(374) 评论(0) 推荐(0)
posted @ 2018-09-06 23:15 WapN 阅读(522) 评论(0) 推荐(0)
posted @ 2018-09-06 23:14 WapN 阅读(651) 评论(0) 推荐(1)
posted @ 2018-09-06 23:06 WapN 阅读(195) 评论(0) 推荐(0)