Hello!
I am having a problem with conditional formatting and inserting rows.
I use a sheet with a conditional formatting in row 7 (see Before.png). I use sheetSource.Row(7).InsertRowsBelow(37); to insert rows.
The used formatting should be extended to the new rows. But ClosedXML added a new rule for the new rows. But the formula is wrong (see After.png).
I am having a problem with conditional formatting and inserting rows.
I use a sheet with a conditional formatting in row 7 (see Before.png). I use sheetSource.Row(7).InsertRowsBelow(37); to insert rows.
The used formatting should be extended to the new rows. But ClosedXML added a new rule for the new rows. But the formula is wrong (see After.png).