wcartayad
Results
1
issues of
wcartayad
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