HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.py
tox.ini
docs/Makefile
docs/Session.vim
docs/conf.py
docs/index.rst
docs/_static/.gitignore
docs/_static/img/example-docx-01.png
docs/_static/img/hdrftr-01.png
docs/_static/img/hdrftr-02.png
docs/_templates/sidebarlinks.html
docs/_themes/armstrong/LICENSE
docs/_themes/armstrong/layout.html
docs/_themes/armstrong/rtd-themes.conf
docs/_themes/armstrong/theme.conf
docs/_themes/armstrong/theme.conf.orig
docs/_themes/armstrong/static/rtd.css_t
docs/api/dml.rst
docs/api/document.rst
docs/api/section.rst
docs/api/settings.rst
docs/api/shape.rst
docs/api/shared.rst
docs/api/style.rst
docs/api/table.rst
docs/api/text.rst
docs/api/enum/MsoColorType.rst
docs/api/enum/MsoThemeColorIndex.rst
docs/api/enum/WdAlignParagraph.rst
docs/api/enum/WdBuiltinStyle.rst
docs/api/enum/WdCellVerticalAlignment.rst
docs/api/enum/WdColorIndex.rst
docs/api/enum/WdLineSpacing.rst
docs/api/enum/WdOrientation.rst
docs/api/enum/WdRowAlignment.rst
docs/api/enum/WdRowHeightRule.rst
docs/api/enum/WdSectionStart.rst
docs/api/enum/WdStyleType.rst
docs/api/enum/WdTabAlignment.rst
docs/api/enum/WdTabLeader.rst
docs/api/enum/WdTableDirection.rst
docs/api/enum/WdUnderline.rst
docs/api/enum/index.rst
docs/dev/analysis/index.rst
docs/dev/analysis/features/coreprops.rst
docs/dev/analysis/features/header.rst
docs/dev/analysis/features/numbering.rst
docs/dev/analysis/features/sections.rst
docs/dev/analysis/features/settings.rst
docs/dev/analysis/features/shapes/index.rst
docs/dev/analysis/features/shapes/picture.rst
docs/dev/analysis/features/shapes/shapes-inline-size.rst
docs/dev/analysis/features/shapes/shapes-inline.rst
docs/dev/analysis/features/styles/character-style.rst
docs/dev/analysis/features/styles/index.rst
docs/dev/analysis/features/styles/latent-styles.rst
docs/dev/analysis/features/styles/paragraph-style.rst
docs/dev/analysis/features/styles/style.rst
docs/dev/analysis/features/styles/styles.rst
docs/dev/analysis/features/table/cell-merge.rst
docs/dev/analysis/features/table/index.rst
docs/dev/analysis/features/table/table-cell.rst
docs/dev/analysis/features/table/table-props.rst
docs/dev/analysis/features/table/table-row.rst
docs/dev/analysis/features/text/breaks.rst
docs/dev/analysis/features/text/font-color.rst
docs/dev/analysis/features/text/font-highlight-color.rst
docs/dev/analysis/features/text/font.rst
docs/dev/analysis/features/text/index.rst
docs/dev/analysis/features/text/paragraph-format.rst
docs/dev/analysis/features/text/run-content.rst
docs/dev/analysis/features/text/tab-stops.rst
docs/dev/analysis/features/text/underline.rst
docs/dev/analysis/schema/ct_body.rst
docs/dev/analysis/schema/ct_document.rst
docs/dev/analysis/schema/ct_p.rst
docs/user/api-concepts.rst
docs/user/documents.rst
docs/user/hdrftr.rst
docs/user/install.rst
docs/user/quickstart.rst
docs/user/sections.rst
docs/user/shapes.rst
docs/user/styles-understanding.rst
docs/user/styles-using.rst
docs/user/text.rst
docx/__init__.py
docx/api.py
docx/blkcntnr.py
docx/compat.py
docx/document.py
docx/exceptions.py
docx/package.py
docx/section.py
docx/settings.py
docx/shape.py
docx/shared.py
docx/table.py
docx/dml/__init__.py
docx/dml/color.py
docx/enum/__init__.py
docx/enum/base.py
docx/enum/dml.py
docx/enum/section.py
docx/enum/shape.py
docx/enum/style.py
docx/enum/table.py
docx/enum/text.py
docx/image/__init__.py
docx/image/bmp.py
docx/image/constants.py
docx/image/exceptions.py
docx/image/gif.py
docx/image/helpers.py
docx/image/image.py
docx/image/jpeg.py
docx/image/png.py
docx/image/tiff.py
docx/opc/__init__.py
docx/opc/compat.py
docx/opc/constants.py
docx/opc/coreprops.py
docx/opc/exceptions.py
docx/opc/oxml.py
docx/opc/package.py
docx/opc/packuri.py
docx/opc/part.py
docx/opc/phys_pkg.py
docx/opc/pkgreader.py
docx/opc/pkgwriter.py
docx/opc/rel.py
docx/opc/shared.py
docx/opc/spec.py
docx/opc/parts/__init__.py
docx/opc/parts/coreprops.py
docx/oxml/__init__.py
docx/oxml/coreprops.py
docx/oxml/document.py
docx/oxml/exceptions.py
docx/oxml/ns.py
docx/oxml/numbering.py
docx/oxml/section.py
docx/oxml/settings.py
docx/oxml/shape.py
docx/oxml/shared.py
docx/oxml/simpletypes.py
docx/oxml/styles.py
docx/oxml/table.py
docx/oxml/xmlchemy.py
docx/oxml/text/__init__.py
docx/oxml/text/font.py
docx/oxml/text/paragraph.py
docx/oxml/text/parfmt.py
docx/oxml/text/run.py
docx/parts/__init__.py
docx/parts/document.py
docx/parts/hdrftr.py
docx/parts/image.py
docx/parts/numbering.py
docx/parts/settings.py
docx/parts/story.py
docx/parts/styles.py
docx/styles/__init__.py
docx/styles/latent.py
docx/styles/style.py
docx/styles/styles.py
docx/templates/default-footer.xml
docx/templates/default-header.xml
docx/templates/default-settings.xml
docx/templates/default-styles.xml
docx/templates/default.docx
docx/templates/default-docx-template/[Content_Types].xml
docx/templates/default-docx-template/_rels/.rels
docx/templates/default-docx-template/customXml/item1.xml
docx/templates/default-docx-template/customXml/itemProps1.xml
docx/templates/default-docx-template/customXml/_rels/item1.xml.rels
docx/templates/default-docx-template/docProps/app.xml
docx/templates/default-docx-template/docProps/core.xml
docx/templates/default-docx-template/docProps/thumbnail.jpeg
docx/templates/default-docx-template/word/document.xml
docx/templates/default-docx-template/word/fontTable.xml
docx/templates/default-docx-template/word/numbering.xml
docx/templates/default-docx-template/word/settings.xml
docx/templates/default-docx-template/word/styles.xml
docx/templates/default-docx-template/word/stylesWithEffects.xml
docx/templates/default-docx-template/word/webSettings.xml
docx/templates/default-docx-template/word/_rels/document.xml.rels
docx/templates/default-docx-template/word/theme/theme1.xml
docx/text/__init__.py
docx/text/font.py
docx/text/paragraph.py
docx/text/parfmt.py
docx/text/run.py
docx/text/tabstops.py
features/api-open-document.feature
features/blk-add-paragraph.feature
features/blk-add-table.feature
features/cel-add-table.feature
features/cel-text.feature
features/doc-access-collections.feature
features/doc-access-sections.feature
features/doc-add-heading.feature
features/doc-add-page-break.feature
features/doc-add-paragraph.feature
features/doc-add-picture.feature
features/doc-add-section.feature
features/doc-add-table.feature
features/doc-coreprops.feature
features/doc-settings.feature
features/doc-styles.feature
features/environment.py
features/hdr-header-footer.feature
features/img-characterize-image.feature
features/num-access-numbering-part.feature
features/par-access-parfmt.feature
features/par-add-run.feature
features/par-alignment-prop.feature
features/par-clear-paragraph.feature
features/par-insert-paragraph.feature
features/par-set-text.feature
features/par-style-prop.feature
features/run-access-content.feature
features/run-access-font.feature
features/run-add-content.feature
features/run-add-picture.feature
features/run-char-style.feature
features/run-clear-run.feature
features/run-enum-props.feature
features/sct-section.feature
features/shp-inline-shape-access.feature
features/shp-inline-shape-size.feature
features/sty-access-font.feature
features/sty-access-latent-styles.feature
features/sty-access-parfmt.feature
features/sty-add-style.feature
features/sty-delete-style.feature
features/sty-latent-add-del.feature
features/sty-latent-props.feature
features/sty-style-props.feature
features/tab-access-tabs.feature
features/tab-tabstop-props.feature
features/tbl-add-row-or-col.feature
features/tbl-cell-access.feature
features/tbl-cell-props.feature
features/tbl-col-props.feature
features/tbl-item-access.feature
features/tbl-merge-cells.feature
features/tbl-props.feature
features/tbl-row-props.feature
features/tbl-style.feature
features/txt-add-break.feature
features/txt-font-color.feature
features/txt-font-props.feature
features/txt-parfmt-props.feature
features/_scratch/test_out.docx
features/_scratch/test_out/[Content_Types].xml
features/_scratch/test_out/_rels/.rels
features/_scratch/test
没有合适的资源?快使用搜索试试~ 我知道了~
python-docx-0.8.10.tar.gz

身份认证 购VIP最低享 7 折!

其实pip list python-docx 安装不成功,安装一般就报错,主要原因是从官网的下载不稳定,而且慢,经常会断,只能先下下来,然后放到cmd所在的文件夹或者指定路径,pip list python-docx-0.8.10.tar.gz,很快就好了!
资源推荐
资源详情
资源评论
















收起资源包目录






共 466 条
- 1
- 2
- 3
- 4
- 5
- 6
- 94
资源评论

- tor2020-02-21官方确实下载不了 了。。。。
笏琴
- 粉丝: 0
- 资源: 2

上传资源 快速赚钱
我的内容管理 展开
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
已下载
下载帮助

内容简介:MANIFEST.in PKG-INFO README.rst doc-add-table.feature sty-style-props.feature
相关资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈



安全验证
文档复制为VIP权益,开通VIP直接复制
