NPOI icon indicating copy to clipboard operation
NPOI copied to clipboard

DotNetCore.NPOI dont make change in Cell Styles

Open wcartayad opened this issue 6 years ago • 0 comments

The cell text not change alignment

var currentRow.CreateCell(indexCol).SetCellValue(horas_terreno); var style = workbook.CreateCellStyle(); style.Alignment = HorizontalAlignment.Center; style.VerticalAlignment = VerticalAlignment.Center; currentRow.RowStyle = style;

I use "DotNetCore.NPOI" Version="1.2.1", netcore 2.1.4

wcartayad avatar Oct 12 '18 16:10 wcartayad