使用 OLE 终止 Excel 应用程序
如何使用 OLE 自动化手动终止 Excel 应用程序?
我想在一些异常处理中执行此操作,以便在函数抛出错误时 Excel 进程不会保持运行状态。
目前我使用以下代码打开Excel:
Variant excel = Variant::CreateObject("Excel.Application");
How can I mannually terminate an excel application using OLE Automation?
I would like to do this in some exception handling so that an excel process does not remain running if a function throws an error.
Currently I use the below code to open excel:
Variant excel = Variant::CreateObject("Excel.Application");
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
像这样:
Like this: