摘要: 1 //20120803 Geovin Du 2 //塗聚文 締友計算機信息技術有限公司 3 DataTable dt = new DataTable(); 4 dt=agreementMonthlySalaryListBLL.SelectImportExceltoDataGridView(fileUrl, sheet).Copy(); 5 6 if ((dt != null) && (dt.Rows != null) && (dt.Rows.Count > 0)... 阅读全文
posted @ 2012-08-02 18:26 ®Geovin Du Dream Park™ 阅读(439) 评论(0) 推荐(0) 编辑
摘要: 1 /// <summary> 2 /// 3 /// 塗聚文 4 /// 20120803 5 /// Geovin Du 6 ///找到EXCEL的工作表名称 要考慮打開的文件的進程問題 7 /// </summary> 8 /// <param name="filename"></param> 9 /// <param name="comboBox2"></param>10 /// <returns></return... 阅读全文
posted @ 2012-08-02 14:48 ®Geovin Du Dream Park™ 阅读(707) 评论(0) 推荐(0) 编辑