随笔分类 -  C# of Excel

摘要:/// /// 导出 /// protected void linkExport_Click(object sender, EventArgs e) { if (this.gvApproveList.Rows.Count "); response.Write("\r\n"); response.Write(""); response.Write("申请单号"); response.Write("申请类型"); response.Write("厂商"); response.Write(& 阅读全文
posted @ 2013-08-12 10:34 Johan-Choi 阅读(123) 评论(0) 推荐(0)
摘要:/// <summary> /// 查找替换关键字 /// </summary> /// <param name="fileName">文件名</param> private void FindWord(string fileName) { Excel.Application ep = new Excel.ApplicationClass(); try { object MissingValue = Type.Missing; string strKeyWord = txtFindWord.Text.Trim(); //指定要 阅读全文
posted @ 2013-04-17 18:00 Johan-Choi 阅读(1967) 评论(0) 推荐(0)