如何使用 ireport 动态创建包含多个工作表的 excel 报告
How to create excel report dynamically with multiple sheets using ireport
我想创建 excel 动态报告,其中有多个 sheet 可以使用 iReport 4.5.0 创建吗?
是的。
可以动态创建多个工作表。
使用 iReport 属性字段
net.sf.jasperreports.export.xls.break.after.row
Custom element property specifying if a sheet will break after the row displaying that element. It is very useful especially when displaying each report's group on a separate sheet is intended.
有关 属性 个字段的完整列表,以及如何使用 属性。访问 this 页
我想创建 excel 动态报告,其中有多个 sheet 可以使用 iReport 4.5.0 创建吗?
是的。
可以动态创建多个工作表。
使用 iReport 属性字段
net.sf.jasperreports.export.xls.break.after.row
Custom element property specifying if a sheet will break after the row displaying that element. It is very useful especially when displaying each report's group on a separate sheet is intended.
有关 属性 个字段的完整列表,以及如何使用 属性。访问 this 页