Python - 对excel内容操做

 xlrd模块数据库  1.1.1 读取excel内容,安装xlrd模块 pip install xlrd数组 #coding=utf-8 import sys reload(sys) sys.setdefaultencoding('utf-8') import xlrd class module(object): @staticmethod def get_table_info(
相关文章
相关标签/搜索