在好例子网,分享、交流、成长!
您当前所在位置:首页Python 开发实例Python语言基础 → Python2.7的Excel模块的安装文件.zip

Python2.7的Excel模块的安装文件.zip

Python语言基础

下载此实例
  • 开发语言:Python
  • 实例大小:3.29M
  • 下载次数:7
  • 浏览次数:20
  • 发布时间:2023-05-12
  • 实例类别:Python语言基础
  • 发 布 人:js2021
  • 文件格式:.zip
  • 所需积分:2
 相关标签: python Excel EXCE ZIP 安装

实例介绍

【实例简介】Python2.7的Excel模块的安装文件.zip
python2.7的xlrd、xlwt、xlutils、setuptools相关模块的全部安装文件,内有安装说明和在安装过程中所遇问题的解决方案。本人刚刚将模块装好,亲测可用。

【实例截图】

from clipboard

【核心代码】
文件清单
├── 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

标签: python Excel EXCE ZIP 安装

实例下载地址

Python2.7的Excel模块的安装文件.zip

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警