python 获取et和excel的版本号
程序员文章站
2022-05-14 08:43:21
复制代码 代码如下:#-*- coding:utf-8 -*- from win32com.client import dispatch if __name__ == '_...
复制代码 代码如下:
#-*- coding:utf-8 -*-
from win32com.client import dispatch
if __name__ == '__main__':
app = dispatch("et.application")
# 小版本号
print 'app.build:%s' % app.build
# 大版本号
print 'app.version:%s' % app.version
app.quit()
app = dispatch("excel.application")
# 小版本号
print 'app.build:%s' % app.build
# 大版本号
print 'app.version:%s' % app.version
app.quit()
运行结果如下:
app.build:6.4.0.1913
app.version:6.0
app.build:5612.0
app.version:11.0
上一篇: python 判断自定义对象类型
下一篇: [SDOI2017] 数字表格
推荐阅读
-
Python和Excel表格之间不得不说的故事,我有模块,你有数据嘛?
-
Python爬虫之cookie的获取、保存和使用【新手必学】
-
对比Excel,怎么用Python获取指定时间最后一天的日期
-
python使用xlrd和xlwt读写Excel文件的实例代码
-
Python获取DLL和EXE文件版本号的方法
-
python和shell获取文本内容的方法
-
使用python获取CPU和内存信息的思路与实现(linux系统)
-
python 获取et和excel的版本号
-
python启动办公软件进程(word、excel、ppt、以及wps的et、wps、wpp)
-
Python关于excel和shp的使用在matplotlib