Java导出Excel表合并行、合并列
Controller层代码@RequestMapping(value = "/productExportExcel", method = RequestMethod.GET) public void productExportExcel(HttpServletRequest request,HttpServletResponse response) throws Exception { Record rd = this.getCurrentUser(); try {