主要是这一行代码 supportedMediaTypes.add(MediaType.ALL); packagetpzc.work.web;importcom.alibaba.fastjson.serializer.SerializerFeature;importcom.alibaba.fastjson.support.config.FastJsonConfig;importcom.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter;importorg.springframework.context.annotation.Configurat...
估计 你应该 写两个页面,第一个页面 没有<%@ page contentType="application/msexcel" %>这句话,有 导出excel 按钮,点击 导出excel 按钮 然后跳转到 有 <%@ page contentType="application/msexcel" %> 这句话的第二个页面,没有 导出excel 按钮。跳转时 用 window.open 这样的方法。
public MessageResp<String> exportExcel(@RequestBody Req req, HttpServletResponse response) throws Exception { try (ServletOutputStream out = response.getOutputStream()) { String fileName = URLEncoder.encode("导出表格.xlsx", "UTF-8"); response.reset(); response.setContentType("application/vnd.o...
微服务版本:/ 导出按钮操作 / handleExport { this.download'system//export', { ...this.queryPara...
Excel导出时文件中没有内容,表格是空的,并且后台抛出了下面的错误:No converter for [class com.common.dto.CommonResult] with preset Content-Type 'application/vnd.ms;error is sun.awt.FontConfiguration.getVersion <<错误信息一>> Excel导出时文件中没有内容,表格是空的,并且后台抛出了下面的错误:...