java 使用poi生成Excel ,多个 sheet 页
public File export(ExportMapping mapping,String sql,String path)throws Exception{ if(mapping==null) throw new Exception("获取映射失败"); File excel=this.createFile(path, mapping); WritableWorkbook workbook = Workbook.createWorkboo