搜索资源列表
xlrd-0.7.0
- python 读取excel文件,这是一个系列的包,巨方便-python read excel file, which is a series of packets, giant convenience
pyexcelerator-0.6.4.1
- Excel文件读取 安装: python setup.py install from pyExcelerator import * sheets = parse_xls( d:/a.xls ) 很简单,与 xlrd 不同。xlrd 需要先调用book = xlrd.open_workbook(filename)打开文档,然后再调用sh = book.sheet_by_index(i)来得到第几个sheet,然后再使用sh.cell_value(i, j)得到i行