随笔分类 - 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(&
阅读全文
摘要:/// <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(); //指定要
阅读全文

浙公网安备 33010602011771号