到python官網下載http://pypi.python.org/pypi/xlrd. 二、使用介紹 2.1 匯入模組 import xlrd ... for i in range(nrows): print table.row_values(i)
確定! 回上一頁