Hi All, I am getting a compilation error when I am using the following Code.
HSSFRichTextString hrts1 = new
HSSFRichTextString((String)evtEntity.getEvt_lname());
cell.setCellValue(hrts1);
I was looking around over the Internet and Mailing List Archives in
POI.apache.org, but did not find any solution for this.
Please advise.
Thanks,
Subhakar.
