Hi,

Currently the JasperReportsXlsView classes restrict exporter parameters to Strings but the JRXlsExporter can also take a String[] for naming the sheets of an Excel spreadsheet. I'm currently just overriding the 'protected Map mergeExporterParameters(Map model)' method but is there a reason the Spring classes don't allow String[] values or is there an alternate way to pass the String[] value to the exporter that I'm missing?

Thanks,
Dustin