Hi, Can you please suggest me some solution <table> <tr> <th>HostName</th> </tr> <cfoutput query="QueryName1"> <tr> <td>#hostname#</td> </tr> </cfoutput> </table> This portion of code iam using for exporting information from webpage to excel its working fine, but i want to add one more column in excel sheet with the one more query name in <cfoutput> tag, so that in excel i can show to columns header with corressponding information in two columns. Any Suggestions ??? Thanks in Advance I need to add one more query