how to check wb.save status using pywin32

前端 未结 0 327
独厮守ぢ
独厮守ぢ 2021-01-25 14:30
xlapp = win32com.client.DispatchEx("Excel.Application")
wb = xlapp.Workbooks.Open()

chk1 = wb.RefreshAll()
print(chk1)

chk2 = x         


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