如何在iReport中设置Excel单元格格式
我正在尝试将报告导出为 xls,但是当我打开导出的文件时,我注意到所有单元格格式都是数字,并且所有数据都用 ' 写入,如文本数据(整数字段和双字段也是...),所以我不能在 Excel 中应用 SUM 等任何公式。
如何根据我的 iReport TextField 类表达式保持单元格格式?
我正在使用 iReport 4.0.2。
感谢大家。
I'm trying to export a report as xls, but when i open my exported file i notice that all cell formats are Number and all data are wrote with ' like text data (integer fields and double fields also...) so i cant apply any formula like SUM in Excel.
How can i keep cell format in according to my iReport TextField class expression?
I'm using iReport 4.0.2.
Thanks to all.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我一直在寻找同样的问题并发现以下内容:
http://jasperreports .sourceforge.net/sample.reference/xlsformula/index.html
您可以在 ireport 中的导出 Excel 设置下将“检测单元格类型”设置为默认 true。
问候
i've been looking for the same problem and found the following:
http://jasperreports.sourceforge.net/sample.reference/xlsformula/index.html
you can set up the "detect cell type" to default true under export excel settings in ireport.
regards
在您的
元素中使用以下内容:其中
value="..."
是您的单元格模式。In your
<textField>
element use this:where
value="..."
is your cell pattern.