HTML Formatted Cell value from Excel using Apache POI
问题 I am using apache POI to read an excel document. To say the least, it is able to serve my purpose as of now. But one thing where I am getting struck is extracting the value of cell as HTML. I have one cell wherein user will enter some string and apply some formatting(like bullets/numbers/bold/italic) etc. SO when I read it the content should be in HTML format and not a plain string format as given by POI. I have almost gone through the entire POI API but not able to find anyone. I want to