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 阅读(1386) 评论(0) 推荐(0)
posted @ 2018-09-09 13:51 WapN 阅读(1386) 评论(0) 推荐(0)
posted @ 2018-09-06 23:20 WapN 阅读(856) 评论(0) 推荐(0)
posted @ 2018-09-06 23:18 WapN 阅读(529) 评论(0) 推荐(0)
posted @ 2018-09-06 23:17 WapN 阅读(362) 评论(0) 推荐(0)
posted @ 2018-09-06 23:15 WapN 阅读(518) 评论(0) 推荐(0)
posted @ 2018-09-06 23:14 WapN 阅读(641) 评论(0) 推荐(1)
posted @ 2018-09-06 23:06 WapN 阅读(192) 评论(0) 推荐(0)