Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/373.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java JAsper Report 3.0发行版:_Java_Jasper Reports_Export To Excel - Fatal编程技术网

Java JAsper Report 3.0发行版:

Java JAsper Report 3.0发行版:,java,jasper-reports,export-to-excel,Java,Jasper Reports,Export To Excel,我正在使用jasper Reoprt Ireport 3.0生成excel。我的问题是我有一个文本字段,我想保留下面的数据,这是来自我的数据库 **Disclaimer: Please note that in case of disease conditions which can have both Acute and Chronic manifestations, they are considered as Chronic illness for analysis keeping in

我正在使用jasper Reoprt Ireport 3.0生成excel。我的问题是我有一个文本字段,我想保留下面的数据,这是来自我的数据库

**Disclaimer: Please note that in case of disease conditions which can have both Acute and Chronic manifestations, they are considered as Chronic illness for analysis keeping in view the objective of the report.
实际上,在jasper reoprt摘要区域中,我已经给出了一个文本字段,但它太小,无法保存这行以上的数据。但我仍然希望在excel的小字段中保存所有数据。 因为通常情况下,当我们在excel单元格中键入任何内容时,当它溢出时,它看起来就像是在下一个单元格中键入的,但当我们在另一个单元格中单击时,它将仅显示在该单元格中。整个数据将在该小单元格中,而不包装文本字段

就像它一样,我也希望通过i-report 3.0。我试了这么多,但我没有找到解决办法,所以我在这里张贴。如果你遇到同样的问题,也得到了解决方案,请给出建议。这会有帮助的

我不想将它合并到多个列中,因为如果它将合并多个列,那么通过Excel列选择计算值将是一个问题。我们不能这样做


如果任何单元格中的数据大于2行,则剩余的数据将被截断而不显示。

也许是时候更新了。目前,JasperReports 6.x是即将推出的版本,但是

根据我的经验,JasperReports是生成“干净”Excel文档的错误工具。你总是能从中获得布局信息,从而产生你所描述的行为

为了得到一个干净的Excel文档,我建议使用ApachePOI直接生成它,或者简单地生成一个可以使用Excel轻松打开的CSV-文件