$ 0 0 Is it possible to set the format for a cell/column in excel like shown in the image using EPPlus? What's the proper syntax to achieve that? The following code doesn't work.worksheet.Cells[row, col].Style.Numberformat.Format = @"@"" Mhz""";