摘要:
#region Kill EXCEL //As a safety check go through all processes and make //doubly sure excel is shutdown. Working with COM //have sometimes noticed that the EXL.Quit() call //doesn't always do the job private void killExcel() { try { Process[] ps = Process.GetProcesses(); foreach (Process p in p 阅读全文
posted @ 2011-06-30 22:19
greencolor
阅读(178)
评论(0)
推荐(0)
浙公网安备 33010602011771号