摘要: IWorkbook excel = new HSSFWorkbook();//创建.xls文件 ISheet sheet = excel.CreateSheet("sheet1"); //创建sheet int rowindex = 0; IRow row = sheet.CreateRow(rowindex... 阅读全文
posted @ 2018-10-12 20:25 A-GREATE-USERNAME 阅读(512) 评论(0) 推荐(0)
摘要: public void ExcelOp(DataGridView gdv,ArrayList selHead) { if (selHead.Count==0) { MessageBox.Show("没有数据,无法导出EXCEL!"); return; ... 阅读全文
posted @ 2018-10-12 20:13 A-GREATE-USERNAME 阅读(2451) 评论(0) 推荐(1)
摘要: //调用column_add添加列 阅读全文
posted @ 2018-10-12 18:07 A-GREATE-USERNAME 阅读(3131) 评论(0) 推荐(0)
摘要: $("input[name='version_no']") 阅读全文
posted @ 2018-10-12 18:01 A-GREATE-USERNAME 阅读(154) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-10-12 17:59 A-GREATE-USERNAME 阅读(133) 评论(0) 推荐(0)