Hi

Worsheet Cell style using closedXML

 ws.Cell("A1").Style

    .Font.SetFontSize(20)
    .Font.SetFontName("Arial");
Previous
Next Post »