摘要: C# 操作Excel的类(上)2008-11-27 22:32using System; using Microsoft.Office.Core; using Excel; namespace WebExcell1 { /// <summary> /// Class1 的摘要说明。 /// </summary>class ExcelEdit { string myFileName; Excel.Application myExcel; Excel.Workbook myWorkBook; public string MyFileName { get { return m 阅读全文
posted @ 2011-08-12 10:22 @龙飞凤舞@ 阅读(1684) 评论(0) 推荐(0) 编辑