I am using HSSF work book to write data into excel using java, Now i have a column name with n-no of words, if i insert it normally its coming in a same line, i want to break the sentences into two different line and insert into same cell.
below is the code iam using to set the column
rowhead.createCell((short) 0).setCellValue("Hi there it is my lengthy column please help");
Thanks, Tom