normalexcelconstants导出怎么过滤掉头部

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了normalexcelconstants导出怎么过滤掉头部相关的知识,希望对你有一定的参考价值。

参考技术A 之前使用poi导出Excel表格,需要配置很多东西,也比较麻烦,这里使用poi的封装easypoi,可以快速配置,实现Excel或者word文件的导出。这里我们结合SpringMVC开发easypoi。导入jar包这里是springMVC和easypoi所需的jar包主要是easypoi-base和easypoi-web,其它都是关联所需的jar包,我们需要commons-lang3.jar包,开始使用commons-lang2.6版本会出现错误。spring-servlet.xml配置[html]viewplaincopy[html]viewplaincopycontroller[java]viewplaincopypackagecom.mvc.controller;importjava.util.ArrayList;importjava.util.HashMap;importjava.util.List;importjava.util.Map;importjavax.servlet.http.HttpServletRequest;importjavax.servlet.http.HttpServletResponse;importorg.jeecgframework.poi.excel.entity.ExportParams;importorg.jeecgframework.poi.excel.entity.params.ExcelExportEntity;importorg.jeecgframework.poi.excel.entity.vo.MapExcelConstants;importorg.jeecgframework.poi.excel.entity.vo.NormalExcelConstants;importorg.springframework.stereotype.Controller;importorg.springframework.ui.ModelMap;importorg.springframework.web.bind.annotation.RequestMapping;importorg.springframework.web.bind.annotation.RequestMethod;@Controller@RequestMapping(value="/excel")publicclassExcelController/****方法名:*开发者:*开发时间:2016-12-29*/@RequestMapping(value="/export",method=RequestMethod.POST,RequestMethod.GET)publicStringexport(HttpServletRequestrequest,HttpServletResponseresponse,ModelMapmodelMap)//标题ListentityList=newArrayList();//内容List>dataResult=newArrayList>();entityList.add(newExcelExportEntity("表头1","table1",15));entityList.add(newExcelExportEntity("表头2","table2",25));entityList.add(newExcelExportEntity("表头3","table3",35));for(inti=0;imap=newHashMap();map.put("table1","苹果"+i);map.put("table2","香蕉"+i);map.put("table3","鸭梨"+i);dataResult.add(map);modelMap.put(MapExcelConstants.ENTITY_LIST,entityList);modelMap.put(MapExcelConstants.MAP_LIST,dataResult);StringfileName="easypoi测试列表";modelMap.put(MapExcelConstants.FILE_NAME,fileName);modelMap.put(NormalExcelConstants.PARAMS,newExportParams("easypoi列表","测试列表"));returnMapExcelConstants.JEECG_MAP_EXCEL_VIEW;配置好表头,内容体,文件名就可以使用了本回答被提问者采纳

以上是关于normalexcelconstants导出怎么过滤掉头部的主要内容,如果未能解决你的问题,请参考以下文章

如何让TortoiseSVN仅导出新增或修改过的文件

如何让TortoiseSVN仅导出新增或修改过的文件

abaqus变形后的网格怎么导出来

C# winform DevExpress GridControl 大批量数据(9万行+4百列)导出Excel报错,内存溢出,怎么办?

oracle 如何跳过丢失的dbf文件导出数据

金蝶怎么导出数据?