2018年2月13日

摘要: ctypes模块: 主要用于调用c动态链接库。 1.聊聊Python ctypes模块 2.ctypes模块管理 相关网址: pywin32模块: 用于访问win32API函数(win32api模块)、调用com组件(win32com组件) 1.python访问window底层函数 阅读全文

posted @ 2018-02-13 14:13 moisiet 阅读(1167) 评论(0) 推荐(0)

摘要: 导入VBA常量方法:http://blog.sina.com.cn/s/blog_a73687bc0101k8x8.html 我们之前说过,win32com组件为python提供处理COM组件(.dll,.exe)的能力,它相当于一个中间层,为编程程人员提供了处理COM组件的各种接口。而我们用到的V 阅读全文

posted @ 2018-02-13 12:23 moisiet 阅读(1227) 评论(0) 推荐(0)

摘要: 一、对象的位置关系: 1.Range属性位于(部分): Selection__Section__Cell__Paragraph__Table__Bookmark__Comment__Row__List Range方法位于: Document.Range(start,end) :返回指定区间(star 阅读全文

posted @ 2018-02-13 01:24 moisiet 阅读(7445) 评论(0) 推荐(0)