Hi All,

I need to export data to excel and arrange the data according to column1.

I should group the data by column1 and draw a line fo reach group.

The excel format should look like below:

------------------------------------------------ (this is the line i need to draw)
Column1 Column2 Column3
x1
x1
x1
-----------------------------------------------(this is the line i need to draw)
x2
x2
x2
------------------------------------------------(this is the line i need to draw)


I am able to group the data but not able to draw the line by group...
Does anyone has any idea on this?

Help please!!