Generate CSV file with JasperReports
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.
精彩评论