在Python代碼中調用WPS

其實……從COM接口調用的話,非常簡單。舉個例子: 環境準備:Windows系統,Python+PyWin32(我推薦 ActivePython ,一站搞定),WPS。 建立如下文件 hello.py: import win32com.client o = win32com.client.Dispatch("wps.application") o.Visible=True doc = o.Docu
相關文章
相關標籤/搜索