rCellStyle.setFont(getHeaderFont());
> headerCellStyle.setWrapText(false);
>
> cell.setCellStyle(headerCellStyle);
> cell.setCellValue("My String");
>
--
View this message in context:
http://old.nabble.com/SHow-HTML-text-in-one-of-the-excel-cell-tp29144294p29174657.html
Sent from th
workBook = new HSSFWorkbook();
>>
>> HSSFCell cell = row.createCell(columnIndex);
>> HSSFRichTextString textString = new HSSFRichTextString(value);
>> headerCellStyle = workBook.createCellStyle();
>> headerCellStyle.setFont(getHeaderFont());
>> headerC
;
>
> HSSFCell cell = row.createCell(columnIndex);
> HSSFRichTextString textString = new HSSFRichTextString(value);
> headerCellStyle = workBook.createCellStyle();
> headerCellStyle.setFont(getHeaderFont());
> headerCellStyle.setWrapText(false);
>
> cell.setCell
rapText(false);
>
> cell.setCellStyle(headerCellStyle);
> cell.setCellValue("My String");
>
--
View this message in context:
http://old.nabble.com/SHow-HTML-text-in-one-of-the-excel-cell-tp29144294p29149229.html
Sent from the POI - User mailing list archive at N
SSFRichTextString(value);
> headerCellStyle = workBook.createCellStyle();
> headerCellStyle.setFont(getHeaderFont());
> headerCellStyle.setWrapText(false);
>
> cell.setCellStyle(headerCellStyle);
> cell.setCellValue("My String");
>
--
Style);
cell.setCellValue("My String");
--
View this message in context:
http://old.nabble.com/SHow-HTML-text-in-one-of-the-excel-cell-tp29144294p29144294.html
Sent from the POI - User mailing list archive at Nabble.com.
-
To unsu