赞
踩
可以使用Python中的Pandas库来帮助你读取Excel指定的列数据。可以使用pandas.read_excel()函数,并指定要读取的列名称:df = pandas.read_excel(文件名,usecols=['列名'])