Workbook wb = new Workbook(@“1.xlsx”);
Style style = new CellsFactory().CreateStyle();
style.Pattern = BackgroundType.Solid;
style.ForegroundColor = Color.Red;
wb.Worksheets[0].Cells.CreateRange(0, 1, false).SetStyle…...But manual operations in MS Excel will not. So what is the equivalent...tried the same operation in MS Excel manually and found the same...