摘要: using System;using System.Data;using System.Configuration;using System.Web;namespace Storm2.CommonLib{ /// summary /// ExcelEdit /// /summary public class ExcelEdit : IDisposable { public string mFileName; private Microsoft.Office.Interop.Excel.Application oAP; private Microsoft.Office.Intero 阅读全文
posted @ 2011-01-05 13:40 NowhereMan 阅读(596) 评论(0) 推荐(0)