Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

使用 Python 创建和修改 Word 文档

License

NotificationsYou must be signed in to change notification settings

hellowac/python-docx-zh-cn

 
 

Repository files navigation

python-docx is a Python library for reading, creating, and updating Microsoft Word 2007+ (.docx) files.

Installation

pip install python-docx

Example

>>>fromdocximportDocument>>>document=Document()>>>document.add_paragraph("It was a dark and stormy night.")<docx.text.paragraph.Paragraphobjectat0x10f19e760>>>>document.save("dark-and-stormy.docx")>>>document=Document("dark-and-stormy.docx")>>>document.paragraphs[0].text'It was a dark and stormy night.'

More information is available in thepython-docx documentation

Packages

No packages published

Languages

  • Python92.7%
  • Gherkin6.7%
  • Makefile0.6%

[8]ページ先頭

©2009-2025 Movatter.jp