File tree 1 file changed +12
-6
lines changed 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -1771,10 +1771,6 @@ Home:[http://www.unixuser.org/~euske/python/pdfminer/]
1771
1771
1772
1772
=== 9.5.1 Word(doc、docx) ===
1773
1773
1774
- <h4>PyWin32</h4>
1775
-
1776
- PyWin32 前面已经介绍过。它可以基于 [https://en.wikipedia.org/wiki/Component_Object_Model COM ] 操作 Office 文档,包括 Word(本地需要安装 Office)。
1777
-
1778
1774
<h4>python-docx</h4>
1779
1775
1780
1776
Home:[https://github.com/python-openxml/python-docx]
@@ -1783,6 +1779,12 @@ Home:[https://github.com/python-openxml/python-docx]
1783
1779
1784
1780
同时支持 Python2 和 Python3。
1785
1781
1782
+ <h4>PyWin32</h4>
1783
+
1784
+ PyWin32 前面已经介绍过。它可以基于 [https://en.wikipedia.org/wiki/Component_Object_Model COM ] 操作 Office 文档,包括 Word。
1785
+
1786
+ (本地需要安装 Office)
1787
+
1786
1788
=== 9.5.2 Excel(xls、xlsx) ===
1787
1789
1788
1790
<h4>pyExcelerator</h4>
@@ -1793,7 +1795,9 @@ Home:[http://sourceforge.net/projects/pyexcelerator/]
1793
1795
1794
1796
<h4>PyWin32</h4>
1795
1797
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)
1797
1801
1798
1802
=== 9.5.3 Power Point(ppt、pptx) ===
1799
1803
@@ -1805,7 +1809,9 @@ Home:[https://github.com/scanny/python-pptx]
1805
1809
1806
1810
<h4>PyWin32</h4>
1807
1811
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)
1809
1815
1810
1816
== 9.6 RTF ==
1811
1817
You can’t perform that action at this time.
0 commit comments