2020年9月19日

封装python读取excel内容,xlrd

摘要: # encoding = utf-8 import xlrd class ExcelOperation(object): '''封装excel内容读取方法''' def __init__(self,file_name="测试.xlsx",sheet_id=0): self.file_name = f 阅读全文

posted @ 2020-09-19 19:43 ClarenceSun 阅读(115) 评论(0) 推荐(0) 编辑

导航