python处理Excel常用到的模块是xlrd。使用xlrd可以非常方便的处理Excel文档,下面这篇文章将给大家详细介绍python中包xlrd的安装与利用xlrd处理Excel表格的方法,有需要的朋友们可以参考学习,下面来一起看看吧。
一、安装xlrd
下载后,使用 pip install .whl安装即好。
查看帮助:
>>> import xlrd
>>> help(xlrd)
Help on package xlrd:
NAME
xlrd
PACKAGE CONTENTS
biffh
book
compdoc
formatting
formula
info
licences
sheet
timemachine
xldate
xlsx
FUNCTIONS
count_records(filename, outfile=)
dump(filename, outfile=, unnumbered=False)
open_workbook(filename=None, logfile=, verbosity=0, use_mmap=1, file_contents=None, encoding_override=None, formatting_info=False, on_demand=False, ragged_rows=False)
DATA
FMLA_TYPE_ARRAY = 4
FMLA_TYPE_C