Onding the Excel process in ASP.NET

xiaoxiao2021-03-06  40

'End Excel process Dim xlProcess As New System.Diagnostics.Process For Each xlProcess In System.Diagnostics.Process.GetProcesses If xlProcess.ProcessName.ToUpper.Equals ( "EXCEL") Then' End excel process xlProcess.Kill () End If Next

转载请注明原文地址:https://www.9cbs.com/read-51248.html

New Post(0)