Hi,
I have 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 capture the Horizontal Alignment properly.
Could this be a bug?
Any workaround for that?
Thank you so much for your excellent work!
Comments: I can't reproduce this with the latest source code, so I'm pretty sure it's fixed with the other style related issues. Download the latest source from the default branch and give it a try
I have 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 capture the Horizontal Alignment properly.
Could this be a bug?
Any workaround for that?
Thank you so much for your excellent work!
Comments: I can't reproduce this with the latest source code, so I'm pretty sure it's fixed with the other style related issues. Download the latest source from the default branch and give it a try