Excel.exe process keeps on running if visible false after any error

后端 未结 0 1955
旧巷少年郎
旧巷少年郎 2020-12-08 04:05

Usually I use the following code to open an excel workbook in the background:

import xlwings as xw

app = xw.App(visible=False)
wb = xw.Book(filename)
sheet =         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题