Category: | Feature request |
Priority: | Urgent |
Status: | Closed |
Project: | Severity: | Critical |
Resolution: | Fixed |
|
Component: | Reproducibility: | Always |
Assigned to: |
Some particular colors were not supported by Jasperreports and JExcelApiExporter. When I tried to export Jasper report into XLS fomat,the exporters pick the nearest color in the standard palette which does'nt satisfy the requirement.
1 Comment:
Customizing the XLS color palette so that the report colors are preserved in the XLS output has been implemented on the JR SVN trunk (rev 1776).
This behavior is triggered by a flag which can be set either per export using the JExcelApiExporterParameter.CREATE_CUSTOM_PALETTE parameter or globally by setting the net.sf.jasperreports.export.xls.create.custom.palette property. By default, the palette is not customized.
The functionality is only present in JExcelApiExporter.
Regards,
Lucian