摘要: 在ExcelUtil.java中修改函数fillExcelData,判断是否为字段规范表的导出。 public void fillExcelData(int index, Row row){ int startNo = index * sheetSize; int endNo = Math.min( 阅读全文
posted @ 2020-12-28 17:41 tommickey 阅读(68) 评论(0) 推荐(0)