超界
python读取excel并存入二维列表
python读取excel并存⼊⼆维列表昨天在处理python读取excel的时候遇到了点⼩问题。分享⼀下~起初想法是把excel⾥⾯的数据读取并存在⼆维数组返回,供后⾯处理使⽤def readexcel(exceldir):os.chdir(exceldir)try:f1 = xlrd.open_workbook('sggwhu_stationinfo.xlsx')except:print('T...
python读取excel并存⼊⼆维列表昨天在处理python读取excel的时候遇到了点⼩问题。分享⼀下~起初想法是把excel⾥⾯的数据读取并存在⼆维数组返回,供后⾯处理使⽤def readexcel(exceldir):os.chdir(exceldir)try:f1 = xlrd.open_workbook('sggwhu_stationinfo.xlsx')except:print('T...