How can i put this string in to a cell using java apache poi?
The string is “Hello world Hello”
As u can see i need to make a part of the text bold?
I’m able to set the entire contents of the cell to bold but not specific parts.
Please help me.
How can i put this string in to a cell using java apache poi?
Share
This is probably what you are looking for:
http://poi.apache.org/spreadsheet/quick-guide.html#DrawingShapes
Find this in the explanation:
This might be useful: http://apache-poi.1045710.n5.nabble.com/Multiple-text-styles-in-Excel-cell-td4922683.html