随笔分类 -  office

摘要:``` #!/usr/bin/env python # _*_ coding: utf-8 _*_ # @Time : 2017/5/15 9:58 # @Author : otfsenter # @File : main.py from win32com.client.gencache import EnsureDispatch as Dispatch outlook = ... 阅读全文
posted @ 2017-05-15 15:55 idlewith 阅读(161) 评论(0) 推荐(0)
摘要:``` #!/usr/bin/env python # _*_ coding: utf-8 _*_ # @author : otfsenter # @time : 2017/4/20 22:50 import win32com class TimeType(basestring): def __init__(self): pass class easyE... 阅读全文
posted @ 2017-04-20 23:55 idlewith 阅读(188) 评论(0) 推荐(0)