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…...xlsx”); Style style = new CellsFactory()...SetStyle(style, true); wb.Save(@“2.xlsx”); The code above will make...