Here Gross Margin is parent.
Below rows are child so i want to
have drill down at parent level i.e at Gross margin
Is there any way to do this using closedxml excel or do i need to use something else?
Here Gross Margin is parent.
Below rows are child so i want to
have drill down at parent level i.e at Gross margin
Is there any way to do this using closedxml excel or do i need to use something else?
Use something like this:
var ws = wb.Worksheet(1);
ws.Rows(firstChildRowNumber, lastChildRowNumber).Group();
ws.CollapseRows(1); // collapse to level 1