MS Office 어플을 다루기 위한 win32com 

win32com을 설치하기 위해 

install pywin32 를 해준다. (여느 때와 같이 SSL 에러 회피)

 

python -m pip install pywin32 --trusted-host pypi.org --trusted-host files.pythonhosted.org

 

win32com 모듈 임포트 해준다. 

import win32com.client

 

+ Recent posts