摘要: 读取excel,需要先下载xlrd包 # -*- coding:utf-8 -*- import xlrd def read_exclData(): """读取excel表中的内容""" book=xlrd.open_workbook('new.xls') #打开要读取的excel sheet=bo 阅读全文
posted @ 2020-10-03 09:50 懒惰的咸鱼 阅读(335) 评论(0) 推荐(0) 编辑