using Microsoft.Office.Interop.Word; using System; using System.Collections.Generic; using System.Drawing; using System.IO; using System.Linq; using System.Reflection; using System.Text.RegularExpressions; namespace OtaReportTool { public class WordH
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