单个java文件超出65526限制

用dynamicreports生成报表时(PDF、Excel、Word),由于数据太多所以报错
- Exception - 

net.sf.dynamicreports.report.exception.DRException: net.sf.jasperreports.engine.JRException: Errors were encountered when compiling report expressions class file:
1. Too many constants, the constant pool for Report_1666940409116_534462 would exceed 65536 entries

有没有什么解决方法呢?

是在不行可以使用poi工具自主生成,应该就不会有这种问题。pdf可以用itxt,excel和world可以用poi工具