使用excel 2007下载表格

i have table result from query like this :

No l Agent l  Custumer
1     A          Devi
2     A          Lisa 
3     A          Dhea
4     B          Shinta
5     B          Wulan
6     B          Arthie
7     C          rIEKE
8     C          dONA
9     C          aNDHI
10    C          fHARA

I Want download the table by excel 2007 with design like this

No l Agent l  Custumer
1      A         Devi
2                Lisa
3                Dhea
4      B         Shinta
5                Wulan
6                Arthie
7      C         rIEKE
8                dONA
9                aNDHI
10               fHARA

how to coding php?