xlpython:用于在python中处理excel文件

时间:2024-06-24 10:53:21
【文件属性】:

文件名称:xlpython:用于在python中处理excel文件

文件大小:6KB

文件格式:ZIP

更新时间:2024-06-24 10:53:21

Python

Excel类需要安装xlrd包,所以在使用这个包之前先安装xlrd这个类是用python处理excel文件的。 它简单直接#像这样使用 从 xlpython.excel 导入 Excel excel=Excel("/path/to/excelfile.xlsx",sheet_number)#sheet number is integer excel.process(start_row)#在excel中调用带有row的process方法开始#可以覆盖process方法作为例子以下: def process(self,start_row): """ to be overriden """ """ sample processing is a shown #to skip heading start from 1 else start from 0 for


【文件预览】:
xlpython-master
----xlpython()
--------__init__.pyc(107B)
--------__init__.py(0B)
--------excel.py(3KB)
----setup.py(469B)
----README.md(2KB)
----dist()
--------xlpython-0.2.1.tar.gz(2KB)
--------xlpython-0.2.tar.gz(671B)
----MANIFEST(101B)
----.gitignore(7B)

网友评论