Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-279003.py
File
recipe-279003.py
recipes/Python/279003_Converting_Word_documents/recipe-279003.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
fnmatch, os, pythoncom, sys, win32com.client
2
3
wordapp = win32com.client.gencache.EnsureDispatch(
"Word.Application"
)
4
Callers
nothing calls this directly
Calls
3
Close
Method · 0.80
walk
Method · 0.45
join
Method · 0.45
Tested by
no test coverage detected