This question shows research effort; it is useful and clear
6
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我在实现以下代码时遇到问题:
var newNamedStyle=_workbook.Styles.CreateNamedStyle("testStyle");
newNamedStyle.Style.HorizontalAlignment=ExcelHorizontalAlignment.Center;
newNamedStyle.Style.Font.Size=15;