xlrd.py包
xlwt.py包
xlutils.py包
excel文件修改专用包,需要down图片,修改为rar文件即可
在修改excel文件时,打开文件的同时需要设置formatting_info=True,则可以保留该文件的格式,否则会出现文件格式丢失
如:
xlrd.open_workbook(gConst[
'xls'
][
'fileName'
], formatting_info
=
True
);
爬虫库文件
其中:The urllib2 module has been split across several modules in Python 3 named urllib.request and urllib.error. The 2to3 tool will automatically adapt imports when converting your sources to Python 3
urllib2库在2/3版本中名字存在差异。3版本中为urllib.request。
The cookielib module has been renamed to http.cookiejar in Python 3. The 2to3 tool will automatically adapt imports when converting your sources to Python 3