开发者

Generate CSV file with JasperReports

开发者 https://www.devze.com 2023-01-27 20:34 出处:网络
Am using JasperReports to generate report in CSV format. What I want to do is make column to has a selection list with values (\'yes\',开发者_开发问答 \'No\'). Is that doable with JasperReports?This i

Am using JasperReports to generate report in CSV format. What I want to do is make column to has a selection list with values ('yes',开发者_开发问答 'No'). Is that doable with JasperReports?


This is not duable with CSV. CSV is "comma-separated-values". Even though in most systems it would open in Excel, it is actually just values with commas in between, and therefore does not support the full capabilities of Excel.

0

精彩评论

暂无评论...
验证码 换一张
取 消