In dispaly table column heading is displayed with bold style. After exporting the dispaly table content to excel, bold style for the column heading is going off and entity is appearing as it is instead of space
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In dispaly table column heading is displayed with bold style. After exporting the dispaly table content to excel, bold style for the column heading is going off and entity is appearing as it is instead of space
My TableTag.properties looks like this:
export.excel.include_header=true
export.excel.class=org.displaytag.export.ExcelHssfView
export.excel.class=org.displaytag.decorator.hssf.DecoratesHssf
export.excel.class=org.displaytag.export.excel.DefaultHssfExportView
Within my displayTag Table, I have the display:caption and display:footer defined like this.
I am not able to get the Caption to show the Image. I tried doing c:set and then doing a c:out, no luck.
Can any one you please help?
<display:caption>
<c:out value='<img src="/images/logo.gif" />' escapeXml="false" />
</display:caption>
<display:footer>
Footer
</display:footer>
Thanks