基本信息
源码名称:Python2.7的Excel模块的安装文件.zip
源码大小:3.29M
文件格式:.zip
开发语言:Python
更新时间:2023-05-12
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
Python2.7的Excel模块的安装文件.zip
python2.7的xlrd、xlwt、xlutils、setuptools相关模块的全部安装文件,内有安装说明和在安装过程中所遇问题的解决方案。本人刚刚将模块装好,亲测可用。


文件清单
├── setuptools-3.4.4
│   ├── build
│   │   ├── bdist.win32
│   │   └── lib
│   │       ├── easy_install.py
│   │       ├── _markerlib
│   │       │   ├── __init__.py
│   │       │   └── markers.py
│   │       ├── pkg_resources.py
│   │       └── setuptools
│   │           ├── archive_util.py
│   │           ├── cli-32.exe
│   │           ├── cli-64.exe
│   │           ├── cli-arm-32.exe
│   │           ├── cli.exe
│   │           ├── command
│   │           │   ├── alias.py
│   │           │   ├── bdist_egg.py
│   │           │   ├── bdist_rpm.py
│   │           │   ├── bdist_wininst.py
│   │           │   ├── build_ext.py
│   │           │   ├── build_py.py
│   │           │   ├── develop.py
│   │           │   ├── easy_install.py
│   │           │   ├── egg_info.py
│   │           │   ├── __init__.py
│   │           │   ├── install_egg_info.py
│   │           │   ├── install_lib.py
│   │           │   ├── install.py
│   │           │   ├── install_scripts.py
│   │           │   ├── launcher manifest.xml
│   │           │   ├── register.py
│   │           │   ├── rotate.py
│   │           │   ├── saveopts.py
│   │           │   ├── sdist.py
│   │           │   ├── setopt.py
│   │           │   ├── test.py
│   │           │   └── upload_docs.py
│   │           ├── compat.py
│   │           ├── depends.py
│   │           ├── dist.py
│   │           ├── extension.py
│   │           ├── gui-32.exe
│   │           ├── gui-64.exe
│   │           ├── gui-arm-32.exe
│   │           ├── gui.exe
│   │           ├── __init__.py
│   │           ├── lib2to3_ex.py
│   │           ├── package_index.py
│   │           ├── py26compat.py
│   │           ├── py27compat.py
│   │           ├── py31compat.py
│   │           ├── sandbox.py
│   │           ├── script template (dev).py
│   │           ├── script template.py
│   │           ├── site-patch.py
│   │           ├── ssl_support.py
│   │           ├── svn_utils.py
│   │           ├── tests
│   │           │   ├── doctest.py
│   │           │   ├── environment.py
│   │           │   ├── __init__.py
│   │           │   ├── py26compat.py
│   │           │   ├── script-with-bom.py
│   │           │   ├── server.py
│   │           │   ├── test_bdist_egg.py
│   │           │   ├── test_build_ext.py
│   │           │   ├── test_develop.py
│   │           │   ├── test_dist_info.py
│   │           │   ├── test_easy_install.py
│   │           │   ├── test_egg_info.py
│   │           │   ├── test_find_packages.py
│   │           │   ├── test_markerlib.py
│   │           │   ├── test_packageindex.py
│   │           │   ├── test_resources.py
│   │           │   ├── test_sandbox.py
│   │           │   ├── test_sdist.py
│   │           │   ├── test_svn.py
│   │           │   ├── test_test.py
│   │           │   └── test_upload_docs.py
│   │           └── version.py
│   ├── CHANGES (links).txt
│   ├── CHANGES.txt
│   ├── DEVGUIDE.txt
│   ├── dist
│   │   └── setuptools-3.4.4-py2.7.egg
│   ├── docs
│   │   ├── conf.py
│   │   ├── development.txt
│   │   ├── easy_install.txt
│   │   ├── formats.txt
│   │   ├── index.txt
│   │   ├── Makefile
│   │   ├── merge-faq.txt
│   │   ├── merge.txt
│   │   ├── pkg_resources.txt
│   │   ├── python3.txt
│   │   ├── releases.txt
│   │   ├── roadmap.txt
│   │   ├── setuptools.txt
│   │   ├── _templates
│   │   │   └── indexsidebar.html
│   │   ├── _theme
│   │   │   └── nature
│   │   │       ├── static
│   │   │       │   ├── nature.css_t
│   │   │       │   └── pygments.css
│   │   │       └── theme.conf
│   │   └── using.txt
│   ├── easy_install.py
│   ├── ez_setup.py
│   ├── launcher.c
│   ├── MANIFEST.in
│   ├── _markerlib
│   │   ├── __init__.py
│   │   └── markers.py
│   ├── PKG-INFO
│   ├── pkg_resources.py
│   ├── pkg_resources.pyc
│   ├── README.txt
│   ├── release.py
│   ├── setup.cfg
│   ├── setup.py
│   ├── setuptools
│   │   ├── archive_util.py
│   │   ├── archive_util.pyc
│   │   ├── cli-32.exe
│   │   ├── cli-64.exe
│   │   ├── cli-arm-32.exe
│   │   ├── cli.exe
│   │   ├── command
│   │   │   ├── alias.py
│   │   │   ├── bdist_egg.py
│   │   │   ├── bdist_egg.pyc
│   │   │   ├── bdist_rpm.py
│   │   │   ├── bdist_wininst.py
│   │   │   ├── build_ext.py
│   │   │   ├── build_py.py
│   │   │   ├── build_py.pyc
│   │   │   ├── develop.py
│   │   │   ├── easy_install.py
│   │   │   ├── easy_install.pyc
│   │   │   ├── egg_info.py
│   │   │   ├── egg_info.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── install_egg_info.py
│   │   │   ├── install_lib.py
│   │   │   ├── install_lib.pyc
│   │   │   ├── install.py
│   │   │   ├── install.pyc
│   │   │   ├── install_scripts.py
│   │   │   ├── install_scripts.pyc
│   │   │   ├── launcher manifest.xml
│   │   │   ├── register.py
│   │   │   ├── rotate.py
│   │   │   ├── saveopts.py
│   │   │   ├── sdist.py
│   │   │   ├── sdist.pyc
│   │   │   ├── setopt.py
│   │   │   ├── setopt.pyc
│   │   │   ├── test.py
│   │   │   ├── test.pyc
│   │   │   └── upload_docs.py
│   │   ├── compat.py
│   │   ├── compat.pyc
│   │   ├── depends.py
│   │   ├── depends.pyc
│   │   ├── dist.py
│   │   ├── dist.pyc
│   │   ├── extension.py
│   │   ├── extension.pyc
│   │   ├── gui-32.exe
│   │   ├── gui-64.exe
│   │   ├── gui-arm-32.exe
│   │   ├── gui.exe
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── lib2to3_ex.py
│   │   ├── lib2to3_ex.pyc
│   │   ├── package_index.py
│   │   ├── package_index.pyc
│   │   ├── py26compat.py
│   │   ├── py26compat.pyc
│   │   ├── py27compat.py
│   │   ├── py27compat.pyc
│   │   ├── py31compat.py
│   │   ├── py31compat.pyc
│   │   ├── sandbox.py
│   │   ├── sandbox.pyc
│   │   ├── script template (dev).py
│   │   ├── script template.py
│   │   ├── site-patch.py
│   │   ├── ssl_support.py
│   │   ├── ssl_support.pyc
│   │   ├── svn_utils.py
│   │   ├── svn_utils.pyc
│   │   ├── tests
│   │   │   ├── doctest.py
│   │   │   ├── entries-v10
│   │   │   ├── environment.py
│   │   │   ├── indexes
│   │   │   │   └── test_links_priority
│   │   │   │       ├── external.html
│   │   │   │       └── simple
│   │   │   │           └── foobar
│   │   │   │               └── index.html
│   │   │   ├── __init__.py
│   │   │   ├── py26compat.py
│   │   │   ├── script-with-bom.py
│   │   │   ├── server.py
│   │   │   ├── svn_data
│   │   │   │   ├── dummy13.zip
│   │   │   │   ├── dummy14.zip
│   │   │   │   ├── dummy15.zip
│   │   │   │   ├── dummy16.zip
│   │   │   │   ├── dummy17.zip
│   │   │   │   ├── dummy18.zip
│   │   │   │   ├── dummy.zip
│   │   │   │   ├── svn13_example.zip
│   │   │   │   ├── svn13_ext_list.txt
│   │   │   │   ├── svn13_ext_list.xml
│   │   │   │   ├── svn13_info.xml
│   │   │   │   ├── svn14_example.zip
│   │   │   │   ├── svn14_ext_list.txt
│   │   │   │   ├── svn14_ext_list.xml
│   │   │   │   ├── svn14_info.xml
│   │   │   │   ├── svn15_example.zip
│   │   │   │   ├── svn15_ext_list.txt
│   │   │   │   ├── svn15_ext_list.xml
│   │   │   │   ├── svn15_info.xml
│   │   │   │   ├── svn16_example.zip
│   │   │   │   ├── svn16_ext_list.txt
│   │   │   │   ├── svn16_ext_list.xml
│   │   │   │   ├── svn16_info.xml
│   │   │   │   ├── svn17_example.zip
│   │   │   │   ├── svn17_ext_list.txt
│   │   │   │   ├── svn17_ext_list.xml
│   │   │   │   ├── svn17_info.xml
│   │   │   │   ├── svn18_example.zip
│   │   │   │   ├── svn18_ext_list.txt
│   │   │   │   ├── svn18_ext_list.xml
│   │   │   │   └── svn18_info.xml
│   │   │   ├── test_bdist_egg.py
│   │   │   ├── test_build_ext.py
│   │   │   ├── test_develop.py
│   │   │   ├── test_dist_info.py
│   │   │   ├── test_easy_install.py
│   │   │   ├── test_egg_info.py
│   │   │   ├── test_find_packages.py
│   │   │   ├── test_markerlib.py
│   │   │   ├── test_packageindex.py
│   │   │   ├── test_resources.py
│   │   │   ├── test_sandbox.py
│   │   │   ├── test_sdist.py
│   │   │   ├── test_svn.py
│   │   │   ├── test_test.py
│   │   │   ├── test_upload_docs.py
│   │   │   └── win_script_wrapper.txt
│   │   ├── version.py
│   │   └── version.pyc
│   ├── setuptools.egg-info
│   │   ├── dependency_links.txt
│   │   ├── entry_points.txt
│   │   ├── PKG-INFO
│   │   ├── requires.txt
│   │   ├── requires.txt.orig
│   │   ├── SOURCES.txt
│   │   ├── top_level.txt
│   │   └── zip-safe
│   └── tests
│       ├── api_tests.txt
│       ├── manual_test.py
│       ├── shlib_test
│       │   ├── hello.c
│       │   ├── hellolib.c
│       │   ├── hello.pyx
│       │   ├── setup.py
│       │   └── test_hello.py
│       └── test_pkg_resources.py
├── xlrd-0.9.3
│   └── xlrd-0.9.3
│       ├── build
│       │   ├── lib
│       │   │   └── xlrd
│       │   │       ├── biffh.py
│       │   │       ├── book.py
│       │   │       ├── compdoc.py
│       │   │       ├── formatting.py
│       │   │       ├── formula.py
│       │   │       ├── info.py
│       │   │       ├── __init__.py
│       │   │       ├── licences.py
│       │   │       ├── sheet.py
│       │   │       ├── timemachine.py
│       │   │       ├── xldate.py
│       │   │       └── xlsx.py
│       │   └── scripts-2.7
│       │       └── runxlrd.py
│       ├── PKG-INFO
│       ├── README.html
│       ├── scripts
│       │   └── runxlrd.py
│       ├── setup.py
│       ├── tests
│       │   ├── base.py
│       │   ├── Formate.xls
│       │   ├── formula_test_names.xls
│       │   ├── formula_test_sjmachin.xls
│       │   ├── __init__.py
│       │   ├── issue20.xls
│       │   ├── merged_cells.xlsx
│       │   ├── picture_in_cell.xls
│       │   ├── profiles.xls
│       │   ├── ragged.xls
│       │   ├── reveng1.xlsx
│       │   ├── test_biffh.py
│       │   ├── test_cell.py
│       │   ├── test_comments_excel.xlsx
│       │   ├── test_comments_gdocs.xlsx
│       │   ├── test_formats.py
│       │   ├── test_formulas.py
│       │   ├── test_open_workbook.py
│       │   ├── test_sheet.py
│       │   ├── test_workbook.py
│       │   ├── test_xldate.py
│       │   ├── test_xldate_to_datetime.py
│       │   ├── test_xlsx_comments.py
│       │   ├── text_bar.xlsx
│       │   └── xf_class.xls
│       └── xlrd
│           ├── biffh.py
│           ├── biffh.pyc
│           ├── book.py
│           ├── book.pyc
│           ├── compdoc.py
│           ├── compdoc.pyc
│           ├── formatting.py
│           ├── formatting.pyc
│           ├── formula.py
│           ├── formula.pyc
│           ├── info.py
│           ├── info.pyc
│           ├── __init__.py
│           ├── __init__.pyc
│           ├── licences.py
│           ├── licences.pyc
│           ├── sheet.py
│           ├── sheet.pyc
│           ├── timemachine.py
│           ├── timemachine.pyc
│           ├── xldate.py
│           ├── xldate.pyc
│           └── xlsx.py
├── xlutils-1.7.0
│   └── xlutils-1.7.0
│       ├── bootstrap.py
│       ├── build
│       │   ├── bdist.win32
│       │   └── lib
│       │       └── xlutils
│       │           ├── copy.py
│       │           ├── display.py
│       │           ├── filter.py
│       │           ├── __init__.py
│       │           ├── license.txt
│       │           ├── margins.py
│       │           ├── save.py
│       │           ├── styles.py
│       │           ├── tests
│       │           │   ├── date.xls
│       │           │   ├── fixtures.py
│       │           │   ├── __init__.py
│       │           │   ├── ragged.xls
│       │           │   ├── testall.xls
│       │           │   ├── test_copy.py
│       │           │   ├── test_docs.py
│       │           │   ├── test_filter.py
│       │           │   ├── testnoformatting.xls
│       │           │   ├── test_save.py
│       │           │   ├── test_styles.py
│       │           │   ├── test_view.py
│       │           │   └── test.xls
│       │           ├── version.txt
│       │           └── view.py
│       ├── buildout.cfg
│       ├── dist
│       │   └── xlutils-1.7.0-py2.7.egg
│       ├── docs
│       │   ├── api.txt
│       │   ├── changes.txt
│       │   ├── conf.py
│       │   ├── copy.txt
│       │   ├── description.txt
│       │   ├── development.txt
│       │   ├── display.txt
│       │   ├── filter.txt
│       │   ├── index.txt
│       │   ├── installation.txt
│       │   ├── license.txt
│       │   ├── make.bat
│       │   ├── Makefile
│       │   ├── margins.txt
│       │   ├── save.txt
│       │   ├── styles.txt
│       │   └── view.txt
│       ├── jenkins
│       ├── jenkins.bat
│       ├── PKG-INFO
│       ├── README.txt
│       ├── setup.cfg
│       ├── setup.py
│       ├── xlutils
│       │   ├── copy.py
│       │   ├── display.py
│       │   ├── filter.py
│       │   ├── __init__.py
│       │   ├── license.txt
│       │   ├── margins.py
│       │   ├── save.py
│       │   ├── styles.py
│       │   ├── tests
│       │   │   ├── date.xls
│       │   │   ├── fixtures.py
│       │   │   ├── __init__.py
│       │   │   ├── ragged.xls
│       │   │   ├── testall.xls
│       │   │   ├── test_copy.py
│       │   │   ├── test_docs.py
│       │   │   ├── test_filter.py
│       │   │   ├── testnoformatting.xls
│       │   │   ├── test_save.py
│       │   │   ├── test_styles.py
│       │   │   ├── test_view.py
│       │   │   └── test.xls
│       │   ├── version.txt
│       │   └── view.py
│       └── xlutils.egg-info
│           ├── dependency_links.txt
│           ├── entry_points.txt
│           ├── not-zip-safe
│           ├── PKG-INFO
│           ├── requires.txt
│           ├── SOURCES.txt
│           └── top_level.txt
├── xlwt-0.7.5
│   └── xlwt-0.7.5
│       ├── build
│       │   └── lib
│       │       └── xlwt
│       │           ├── antlr.py
│       │           ├── BIFFRecords.py
│       │           ├── Bitmap.py
│       │           ├── Cell.py
│       │           ├── Column.py
│       │           ├── CompoundDoc.py
│       │           ├── doc
│       │           │   └── xlwt.html
│       │           ├── examples
│       │           │   ├── big-16Mb.py
│       │           │   ├── big-35Mb.py
│       │           │   ├── blanks.py
│       │           │   ├── col_width.py
│       │           │   ├── country.py
│       │           │   ├── dates.py
│       │           │   ├── format.py
│       │           │   ├── formula_names.py
│       │           │   ├── formulas.py
│       │           │   ├── hyperlinks.py
│       │           │   ├── image.py
│       │           │   ├── merged0.py
│       │           │   ├── merged1.py
│       │           │   ├── merged.py
│       │           │   ├── mini.py
│       │           │   ├── num_formats.py
│       │           │   ├── outline.py
│       │           │   ├── panes.py
│       │           │   ├── parse-fmla.py
│       │           │   ├── protection.py
│       │           │   ├── python.bmp
│       │           │   ├── row_styles_empty.py
│       │           │   ├── row_styles.py
│       │           │   ├── simple.py
│       │           │   ├── sst.py
│       │           │   ├── unicode0.py
│       │           │   ├── unicode1.py
│       │           │   ├── unicode2.py
│       │           │   ├── wsprops.py
│       │           │   └── xlwt_easyxf_simple_demo.py
│       │           ├── ExcelFormulaLexer.py
│       │           ├── ExcelFormulaParser.py
│       │           ├── ExcelFormula.py
│       │           ├── ExcelMagic.py
│       │           ├── Formatting.py
│       │           ├── __init__.py
│       │           ├── Row.py
│       │           ├── Style.py
│       │           ├── UnicodeUtils.py
│       │           ├── Utils.py
│       │           ├── Workbook.py
│       │           └── Worksheet.py
│       ├── HISTORY.html
│       ├── licences.py
│       ├── PKG-INFO
│       ├── README.html
│       ├── setup.py
│       ├── tests
│       │   ├── RKbug1.xls
│       │   └── RKbug.py
│       └── xlwt
│           ├── antlr.py
│           ├── antlr.pyc
│           ├── BIFFRecords.py
│           ├── BIFFRecords.pyc
│           ├── Bitmap.py
│           ├── Bitmap.pyc
│           ├── Cell.py
│           ├── Cell.pyc
│           ├── Column.py
│           ├── Column.pyc
│           ├── CompoundDoc.py
│           ├── doc
│           │   └── xlwt.html
│           ├── examples
│           │   ├── big-16Mb.py
│           │   ├── big-35Mb.py
│           │   ├── blanks.py
│           │   ├── col_width.py
│           │   ├── country.py
│           │   ├── dates.py
│           │   ├── format.py
│           │   ├── formula_names.py
│           │   ├── formulas.py
│           │   ├── hyperlinks.py
│           │   ├── image.py
│           │   ├── merged0.py
│           │   ├── merged1.py
│           │   ├── merged.py
│           │   ├── mini.py
│           │   ├── num_formats.py
│           │   ├── outline.py
│           │   ├── panes.py
│           │   ├── parse-fmla.py
│           │   ├── protection.py
│           │   ├── python.bmp
│           │   ├── row_styles_empty.py
│           │   ├── row_styles.py
│           │   ├── simple.py
│           │   ├── sst.py
│           │   ├── unicode0.py
│           │   ├── unicode1.py
│           │   ├── unicode2.py
│           │   ├── wsprops.py
│           │   └── xlwt_easyxf_simple_demo.py
│           ├── excel-formula.g
│           ├── ExcelFormulaLexer.py
│           ├── ExcelFormulaLexer.pyc
│           ├── ExcelFormulaParser.py
│           ├── ExcelFormulaParser.pyc
│           ├── ExcelFormula.py
│           ├── ExcelFormula.pyc
│           ├── ExcelMagic.py
│           ├── ExcelMagic.pyc
│           ├── Formatting.py
│           ├── Formatting.pyc
│           ├── __init__.py
│           ├── __init__.pyc
│           ├── Row.py
│           ├── Row.pyc
│           ├── Style.py
│           ├── Style.pyc
│           ├── UnicodeUtils.py
│           ├── UnicodeUtils.pyc
│           ├── Utils.py
│           ├── Utils.pyc
│           ├── Workbook.py
│           ├── Workbook.pyc
│           ├── Worksheet.py
│           └── Worksheet.pyc
└── xl的相关模块的安装.txt

58 directories, 522 files