[#2771] - Enhancement in JExcelApiExporter Required

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.

satyam1's picture
Joined: Apr 11 2007 - 4:59am
Last seen: 16 years 5 months ago

1 Comment:

#1

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

Feedback
randomness