As a test I tried to change a background cell color with the following code.
sheet.Cells["G2"].Style.Pattern = BackgroundType.Solid;
sheet.Cells["G2"].Style.BackgroundColor = Color.Yellow;
but the cell does not change color. Everything else works, e.g. font, & border.
This message was posted using Page2Forum from Aspose.Cells for .NET - Documentation