摘要: 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 阅读(494) 评论(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 阅读(2387) 评论(0) 推荐(1) 编辑
摘要: //调用column_add添加列 阅读全文
posted @ 2018-10-12 18:07 A-GREATE-USERNAME 阅读(3059) 评论(0) 推荐(0) 编辑
摘要: $("input[name='version_no']") 阅读全文
posted @ 2018-10-12 18:01 A-GREATE-USERNAME 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-10-12 17:59 A-GREATE-USERNAME 阅读(125) 评论(0) 推荐(0) 编辑