签到成功

知道了

CNDBA社区CNDBA社区

Python调用打印机的第二种方案

2023-07-07 15:33 803 0 原创 Python
作者: hbhe0316
from win32com.client.gencache import EnsureDispatch
from win32com.client import constants

Excel = EnsureDispatch("Excel.Application") # 打开Excel程序
f = r"D:/pythonProject1/tmp_记账凭单模板.xlsx"

wb = Excel.Workbooks.Open(f) # 打开Excel工作簿
sht = wb.Sheets("Sheet1") # 指定工作表
sht.PrintOut() # 打印工作表
wb.Close(constants.xlDoNotSaveChanges) # (不保存)关闭工作簿

Excel.Quit() # 退出Excel程序
http://www.cndba.cn/hbhe0316/article/131410 http://www.cndba.cn/hbhe0316/article/131410 http://www.cndba.cn/hbhe0316/article/131410 http://www.cndba.cn/hbhe0316/article/131410 http://www.cndba.cn/hbhe0316/article/131410 http://www.cndba.cn/hbhe0316/article/131410 http://www.cndba.cn/hbhe0316/article/131410 http://www.cndba.cn/hbhe0316/article/131410 http://www.cndba.cn/hbhe0316/article/131410 http://www.cndba.cn/hbhe0316/article/131410

版权声明:本文为博主原创文章,未经博主允许不得转载。

python

用户评论
* 以下用户言论只代表其个人观点,不代表CNDBA社区的观点或立场
hbhe0316

hbhe0316

关注

1.只有承认无知,才能装下新的东西; 2.进步来自一点点滴滴的积累; 3.广博让你更优秀,而专业让你无法替代; 4.挫折和失败能够转换为一种财富。

  • 889
    原创
  • 1
    翻译
  • 13
    转载
  • 24
    评论
  • 访问:1038363次
  • 积分:1523
  • 等级:核心会员
  • 排名:第6名
精华文章
    最新问题
    查看更多+
    热门文章
      热门用户
      推荐用户
        Copyright © 2016 All Rights Reserved. Powered by CNDBA · 皖ICP备2022006297号-1·

        QQ交流群

        注册联系QQ