We use the jboss seam–>excel module integration for generating excel sheets using e:worksheet. But the downloaded file name comes out as ExportUsers.jxl.xls, I would rather see this as ExportUsers.xls. How do I customize this information.
We use the jboss seam–>excel module integration for generating excel sheets using e:worksheet. But
Share
filename attribute of the e:workbook tag
Take a look at the Seam excel documentation.