摘要: Excel.Application app = new Excel.Application(); app.Quit(); System.Runtime.InteropServices.Marshal.ReleaseComObject(app); GC.Collect(); 阅读全文
posted @ 2005-11-17 14:56 大约在冬季 阅读(327) 评论(0) 推荐(0) 编辑