cancel
Showing results for 
Search instead for 
Did you mean: 

xlsx support in reportcockpit?

Former Member
0 Kudos

Is it possible to export to xlsx in the reportcockpit? I know about xls and pdf but what about xlsx. Is there a possibility for xlsx export?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

If you look at cockpitserver.jar, class EditorArea2XLSExporter with JD/JD-GUI you will find that the export uses JRXlsExporter. There is a JRXlsxExporter as well:

http://jasperreports.sourceforge.net/api/net/sf/jasperreports/engine/export/ooxml/JRXlsxExporter.htm...

So you could create your own EditorArea2XLSExporter using that class, in addition to or instead of the XLS one in the spring configuration.