A
Amit
Hi,
I am generating report in excel sheet programmatically using C#.
Now i am grouping the rows based on some criteria.
rows in excel is organized as:
Agent
Row1
Row2..
Dealer1
Row1
Row2..
SubDealer
Row1..
Dealer2
Row1
Row2..
SubDealer
Row1
Row2..
(each row is a single customer of Agent/Dealer(s)/SubDealer(s). )
Now i want to group rows for each Agent/Dealer(s)/SubDealer(s))
Is grouping possible in hierarchical scenario like here through
programmatically.
I am doing it but different group levels gets merged with each other
although i am giving space between
the levels.
any solution will be appreciable.
I am generating report in excel sheet programmatically using C#.
Now i am grouping the rows based on some criteria.
rows in excel is organized as:
Agent
Row1
Row2..
Dealer1
Row1
Row2..
SubDealer
Row1..
Dealer2
Row1
Row2..
SubDealer
Row1
Row2..
(each row is a single customer of Agent/Dealer(s)/SubDealer(s). )
Now i want to group rows for each Agent/Dealer(s)/SubDealer(s))
Is grouping possible in hierarchical scenario like here through
programmatically.
I am doing it but different group levels gets merged with each other
although i am giving space between
the levels.
any solution will be appreciable.