var backColor = XLColor.FromArgb(255, 255, 246);
wb.Worksheet(worksheetNum).ColumnsUsed().CellsUsed().Style.Fill.SetBackgroundColor(backColor);
This skips empty cells. Is there a way to make the background only for the cells within the table, but including empty cells?
↧