- 初中一年级
- 622634
- 211
- 0
- 140 朵
- 109 个
- 49 个
- 5360
- 2011-03-16
|
1#
t
T
发表于 2023-08-22 11:32
|
|只看楼主
COM插件,使用前先注册插件,类似大漠。
- Set ex = CreateObject("excel2png.excel2png")
- TracePrint ex.Info()
- TracePrint ex.Gettime()
- TracePrint ex.Excelopen("c:\test.xlsx")
- TracePrint ex.Excel2png("Sheet1", "A1:C6", "C:\123.png")
- TracePrint ex.Excel2png("Sheet1","A3:C6","C:\234.png")
- TracePrint ex.Excelclose()
复制代码
附件: 您需要登录才可以下载或查看附件。没有帐号? 注册
|