到python官網下載http://pypi.python.org/pypi/xlrd ... table = data.sheets()[0] #通過索引順序獲取table = data.sheet_by_index(0) #通過索引順序 ...
確定! 回上一頁