View Single Post
  #1 (permalink)  
Old 04-12-2008, 03:27 PM
xtech xtech is offline
Member
 
Join Date: Apr 2008
Posts: 3
xtech is on a distinguished road
HSSF: Html to Text conversion
Hi,
I am storing text with html tags in DB and want to fetch them back in excel sheet as text with styles (which i am gaving through html tags), but i am getting the text with tags itself ,not in formated form ,i am using HSSF for this, how can i get the formatted text without tags.

I am getting the text in this format in excel sheet
<b><i>Comments on Intiative</i></b>

but i want text in the below format
Comments on Intiative

How can i do that ? Please reply soon.
Reply With Quote
Sponsored Links