I have a problem implementing the following code:
var newNamedStyle=_workbook.Styles.CreateNamedStyle("testStyle"); newNamedStyle.Style.HorizontalAlignment=ExcelHorizontalAlignment.Center; newNamedStyle.Style.Font.Size=15;
but EPPlus doesn't seem to be able to fix horizontal alignment correctly.
Could this be a mistake with EPPlus?
Any work for this?
source share