I am developing an Exam Software in which I have used Subscript and superscript. so I have to store the Questions in HTML in the Database, Now i want to write those questions with HTML tags to the word, I tried Using Apache POI Library, here is the sample text :
<html>
<head> </head>
<body><font face="Shruti"> MY QUESTION </font>
</body>
</html>
but when I am trying to write text in word Document using apache poi , it is showing the HTML tags