Is it possible to set the style for an entire column in EPPlus? I would expect that I could just use the Column method, but when I do I get strange results:
Column
int indexOfColumn = ...; worksheet.Column(indexOfColumn).Style.Font.Color.SetColor(Color.Red);