Have a look at the ToHtml application included in POI examples: https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/ss/examples/html/ToHtml.java
Yegor On Tue, Apr 12, 2011 at 9:42 PM, Forum <[email protected]> wrote: > Hi, > I am using Apache POI for creating excel sheet. I have a requirement where > I > need to show html content in one of the columns as parsed. > > In this example below, the input data contains html markups and I want to > know if poi can render this as bold text as shown in expected output. > > Input data: < b > Test String < / b > > > Expected output: Test String > > If yes, please provide me with the code. > > Thanks in advance. > > -- > View this message in context: > http://apache-poi.1045710.n5.nabble.com/Display-parsed-HTML-content-tp4298794p4298794.html > Sent from the POI - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
