如何彻底释放Excel对象?

    Excel.Application app = new Excel.Application();
    app.Quit();
    System.Runtime.InteropServices.Marshal.ReleaseComObject(app);
    GC.Collect();
posted @ 2005-11-17 14:56  大约在冬季  阅读(327)  评论(0编辑  收藏  举报