python之表格數據讀取

python  操做excel主要用到xlrd,xlwt這兩個庫,xlrd,是讀取excel表,xlwt是寫入表格python 1.打開表格json table = xlrd.open("path_to_your_excel", 'rb')app 通常時候須要進行判斷,防止表格打開錯誤excel try:blog     table = xlrd.open("path_to_your_excel"
相關文章
相關標籤/搜索