S
Sudip_inn
Guest
i have set white color to cell and which change color to white but 4 sided border gone. i want white cell color with found default border. just like default empty look like
ws.Cells[i + 2, j + 1].Style.Fill.PatternType = OfficeOpenXml.Style.ExcelFillStyle.Solid;
ws.Cells[i + 2, j + 1].Style.Fill.BackgroundColor.SetColor(Color.White);
the above code not working as expected. so tell me how to set default cell color with EPPlus. thanks
Continue reading...
ws.Cells[i + 2, j + 1].Style.Fill.PatternType = OfficeOpenXml.Style.ExcelFillStyle.Solid;
ws.Cells[i + 2, j + 1].Style.Fill.BackgroundColor.SetColor(Color.White);
the above code not working as expected. so tell me how to set default cell color with EPPlus. thanks
Continue reading...