The bird that flies 2023-03-28 15:09 采纳率: 66.7%
浏览 57
已结题

jasperreports导出xlsx列头重复

导出xlsx文件表头重复怎么办?
使用的是JRXlsxExporter.exportReport;
关键代码如下

SimpleOutputStreamExporterOutput simpleOutputStreamExporterOutput = new SimpleOutputStreamExporterOutput(outputStream);
Exporter exporter = new JRXlsxExporter();
exporter.setExporterInput(new SimpleExporterInput(jasperPrint));    
exporter.setExporterOutput(simpleOutputStreamExporterOutput);
SimpleXlsxReportConfiguration configuration = new SimpleXlsxReportConfiguration();
configuration.setOnePagePerSheet(false);
configuration.setIgnoreGraphics(false);
configuration.setRemoveEmptySpaceBetweenRows(true);
configuration.setIgnorePageMargins(true);
configuration.setDetectCellType(true);
configuration.setWhitePageBackground(false);
exporter.setConfiguration(configuration);
exporter.exportReport();
outputStream.close();
out.clear();
out = pageContext.pushBody();

导出后异常效果如图

img


表头重复了。
旧版本使用
parametMap.put(JRParameter.IS_IGNORE_PAGINATION, Boolean.TRUE);//忽略分页
或者设计器中设置IGNORE_PAGINATION打勾
来解决本问题。
但是换成了上面的导出后,就表头重复了。

  • 写回答

2条回答 默认 最新

  • 瞬间的未来式 2023-03-28 17:22
    关注

    表头重复可能是由于在报表模板中设置了重复表头的选项,而导出设置中没有设置对应的选项导致的。试一试这个配置,如果不行再沟通

    configuration.setCollapseRowSpan(false);
    

    这个配置选项会关闭行合并功能,从而避免表头重复

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

问题事件

  • 系统已结题 4月6日
  • 已采纳回答 3月29日
  • 修改了问题 3月28日
  • 创建了问题 3月28日

悬赏问题

  • ¥100 有偿,谁有移远的EC200S固件和最新的Qflsh工具。
  • ¥15 找一个QT页面+目标识别(行人检测)的开源项目
  • ¥15 有没有整苹果智能分拣线上图像数据
  • ¥20 有没有人会这个东西的
  • ¥15 cfx考虑调整“enforce system memory limit”参数的设置
  • ¥30 航迹分离,航迹增强,误差分析
  • ¥15 Chrome Manifest扩展引用Ajax-hook库拦截请求失败
  • ¥15 用Ros中的Topic通讯方式控制小乌龟的速度,走矩形;编写订阅器代码
  • ¥15 LLM accuracy检测
  • ¥15 pycharm添加远程解释器报错