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…...note, when you use the above line of code, it will select the...I get a solution. This two lines will work well. wb.Worksheets[0]...