JasperReport to Excel: styledtext for supscript
I am creating reports using JasperReport. I want to put a supscript to a text field. I set the text field property styled text to true and text as something like this "text<sup>1</sup>"
The pdf prints the supscript correctly but excel output print as text1. How to print supscript in Excel export? I am using JExcelApiExporter to export to Excel.
Thanks in advance.
Changmin
|