摘要: //宋吉峰使用EXCEL变量定义开始 public Microsoft.Office.Interop.Excel.Application excelApp = null; public Microsoft.Office.Interop.Excel.Workbook book = null; public Microsoft.Office.Interop.Excel.Application app = null; public Microsoft.Office.Interop.Excel.Workbook workBook = null; public Microsoft.Offic... 阅读全文
posted @ 2013-01-24 14:14 greefsong 阅读(254) 评论(0) 推荐(0)
摘要: using System;using Microsoft.Office.Interop.Excel;using System.Data;using System.Configuration;using System.Linq;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.HtmlControls;using System.Web.UI.WebControls;using System.Web.UI.WebControls.WebParts;using System.Xml.L 阅读全文
posted @ 2012-08-15 16:09 greefsong 阅读(342) 评论(0) 推荐(0)
摘要: using System;using System.Data;using System.Configuration;using System.Linq;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.HtmlControls;using System.Web.UI.WebControls;using System.Web.UI.WebControls.WebParts;using System.Xml.Linq;using System.CodeDom;using Micros 阅读全文
posted @ 2012-07-19 14:15 greefsong 阅读(710) 评论(0) 推荐(0)
摘要: using System;using System.Data;using System.Configuration;using System.Linq;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.HtmlControls;using System.Web.UI.WebControls;using System.Web.UI.WebControls.WebParts;using System.Xml.Linq;using System.Reflection;using Sys 阅读全文
posted @ 2012-07-04 09:27 greefsong 阅读(449) 评论(0) 推荐(0)