Skip to content

Commit c06baa8

Browse files
committed
修改 PyWin32 的描述
1 parent 39b99b1 commit c06baa8

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

libs/python.wiki

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1771,10 +1771,6 @@ Home:[http://www.unixuser.org/~euske/python/pdfminer/]
17711771

17721772
=== 9.5.1 Word(doc、docx) ===
17731773

1774-
<h4>PyWin32</h4>
1775-
1776-
PyWin32 前面已经介绍过。它可以基于 [https://en.wikipedia.org/wiki/Component_Object_Model COM] 操作 Office 文档,包括 Word(本地需要安装 Office)。
1777-
17781774
<h4>python-docx</h4>
17791775

17801776
Home:[https://github.com/python-openxml/python-docx]
@@ -1783,6 +1779,12 @@ Home:[https://github.com/python-openxml/python-docx]
17831779

17841780
同时支持 Python2 和 Python3。
17851781

1782+
<h4>PyWin32</h4>
1783+
1784+
PyWin32 前面已经介绍过。它可以基于 [https://en.wikipedia.org/wiki/Component_Object_Model COM] 操作 Office 文档,包括 Word。
1785+
1786+
(本地需要安装 Office)
1787+
17861788
=== 9.5.2 Excel(xls、xlsx) ===
17871789

17881790
<h4>pyExcelerator</h4>
@@ -1793,7 +1795,9 @@ Home:[http://sourceforge.net/projects/pyexcelerator/]
17931795

17941796
<h4>PyWin32</h4>
17951797

1796-
PyWin32 前面已经介绍过。它可以基于 [https://en.wikipedia.org/wiki/Component_Object_Model COM] 操作 Office 文档,包括 Excel(本地需要安装 Office)。
1798+
PyWin32 前面已经介绍过。它可以基于 [https://en.wikipedia.org/wiki/Component_Object_Model COM] 操作 Office 文档,包括 Excel。
1799+
1800+
(本地需要安装 Office)
17971801

17981802
=== 9.5.3 Power Point(ppt、pptx) ===
17991803

@@ -1805,7 +1809,9 @@ Home:[https://github.com/scanny/python-pptx]
18051809

18061810
<h4>PyWin32</h4>
18071811

1808-
PyWin32 前面已经介绍过。它可以基于 [https://en.wikipedia.org/wiki/Component_Object_Model COM] 操作 Office 文档,包括 Excel(本地需要安装 Office)。
1812+
PyWin32 前面已经介绍过。它可以基于 [https://en.wikipedia.org/wiki/Component_Object_Model COM] 操作 Office 文档,包括 Power Point。
1813+
1814+
(本地需要安装 Office)
18091815

18101816
== 9.6 RTF ==
18111817

0 commit comments

Comments
 (0)