var fill = sheet.Cells[row, k + 1].Style.Fill;
fill.PatternType = ExcelFillStyle.Solid;
fill.BackgroundColor.SetColor(Color.Red);
转载于:https://www.cnblogs.com/2186009311CFF/p/9293747.html
var fill = sheet.Cells[row, k + 1].Style.Fill;
fill.PatternType = ExcelFillStyle.Solid;
fill.BackgroundColor.SetColor(Color.Red);
转载于:https://www.cnblogs.com/2186009311CFF/p/9293747.html
971
2万+

被折叠的 条评论
为什么被折叠?