Is there a way to determine font style and other text formatting at the
character level within a given Cell?  For example, if part of the text in a 
Cell is bold. 

This is how I get the Font for a Cell:

            short fontIndex = cellStyle.getFontIndex();
            Font font = workbook.getFontAt(fontIndex);

In the Excel workbook I am working with, the text in the Cell has a trailing 
footnote symbol in superscript, however font.getTypeOffSet() returns a value of 
0.





---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to