Bla*_*Kat 5 excel grouping reporting birt
是否可以垂直“合并”行以使报告看起来更整洁?像下面这样:
+-----------+--------+--------------+
| Tbl Hdr | Group | User |
+-----------+--------+--------------+
|Very long | [User] | [Reputation] |
|description+--------+--------------+
|of the | [User] | [Reputation] |
|group +--------+--------------+
| | | |
+-----------+--------+--------------+
Run Code Online (Sandbox Code Playgroud)
代替:
+-----------+--------+--------------+
| Tbl Hdr | Group | User |
+-----------+--------+--------------+
|Very long | [User] | [Reputation] |
|description| | |
|of the | | |
|group | | |
+-----------+--------+--------------+
| | [User] | [Reputation] |
+-----------+--------+--------------+
| | | |
+-----------+--------+--------------+
Run Code Online (Sandbox Code Playgroud)
我可以通过在报告中使用 jQuery 代码来合并,但当然只能在 HTML 中工作。我在 excel 中找不到解决方案,可能是我不知道的一些技巧。或者我可以在 Java 代码中的 IRunTask run() 之后按代码合并单元格。我正在使用 Eclipse BIRT 设计器版本 4.3.2.v20140211-1400 Build <4.3.2.v20140218-1056>
谢谢阅读。
| 归档时间: |
|
| 查看次数: |
3129 次 |
| 最近记录: |