Quantcast
Channel: NPOI
Viewing all articles
Browse latest Browse all 1621

New Post: XSSFWorkbook font underline bug?

$
0
0
Hello,
I have noticed that creating a font the way:
font = workbook.CreateFont( );
font.Underline = FontUnderlineType.None;
style = workbook.CreateCellStyle( );
style.SetFont( font );
the cell text formatted with the style is underlined. If I omit the line:
font.Underline = FontUnderlineType.None;
the text is not underlined. Is there any bug with "Underline" property processing?

Viewing all articles
Browse latest Browse all 1621

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>