python 讀取excel表內容:以獲取高鐵站點經緯度爲例子

前言: python 操作excel表時需要:import xlrd。如果沒有這個庫,請直接:pip install  xlrd 步驟: 1、import xlrd 2、讀入xls文件 data = xlrd.open_workbook(filename)#文件名以及路徑 3、操作book和sheet table = data.sheets()[0]            #通過索引順序獲取 ta
相關文章
相關標籤/搜索