I am working on a program in which I have to set cell value in an Excel spreadsheet like
"This is an Underlined text".
It can be anything Bold, Italic, or Underline.
I am using Apache POI 3.9
I am working on a program in which I have to set cell value in an Excel spreadsheet like
"This is an Underlined text".
It can be anything Bold, Italic, or Underline.
I am using Apache POI 3.9
Try the following:
Will look like
You can change the font colors as well in the same way... refer here