@John.He , @amjad.sahi, @peyton.xu
// Example: Apply background color priority - Top, Middle, Bottom
Style topStyle = worksheet.Workbook.CreateStyle();
topStyle.ForegroundColor = Color.LightGreen;
topStyle.Pattern = Bac…...How to possible top row color set like z-index without change...based on row position (example rows) worksheet.Cells.Rows[1].ApplyStyle(topStyle...