Re: SHow HTML text in one of the excel cell

2010-07-15 Thread MSB
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

Re: SHow HTML text in one of the excel cell

2010-07-13 Thread MSB
workBook = new HSSFWorkbook(); >> >> HSSFCell cell = row.createCell(columnIndex); >> HSSFRichTextString textString = new HSSFRichTextString(value); >> headerCellStyle = workBook.createCellStyle(); >> headerCellStyle.setFont(getHeaderFont()); >> headerC

Re: SHow HTML text in one of the excel cell

2010-07-13 Thread Me Simple
; > > HSSFCell cell = row.createCell(columnIndex); > HSSFRichTextString textString = new HSSFRichTextString(value); > headerCellStyle = workBook.createCellStyle(); > headerCellStyle.setFont(getHeaderFont()); > headerCellStyle.setWrapText(false); > > cell.setCell

Re: SHow HTML text in one of the excel cell

2010-07-13 Thread MSB
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

Re: SHow HTML text in one of the excel cell

2010-07-12 Thread MSB
SSFRichTextString(value); > headerCellStyle = workBook.createCellStyle(); > headerCellStyle.setFont(getHeaderFont()); > headerCellStyle.setWrapText(false); > > cell.setCellStyle(headerCellStyle); > cell.setCellValue("My String"); > --

SHow HTML text in one of the excel cell

2010-07-12 Thread Me Simple
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