using Microsoft.Office.Interop.Excel; using System; using System.IO; using System.Reflection; namespace ECIT.ProjectManagementSystem.Common { public class ExcelHelper : IDisposable { #region 成员变量 private object missing = Missing.Value; private Applic