Re: Exporting to Excel Quandry

2003-02-17 Thread Bruce Sorge
That did it Joe.Thanks - Original Message - From: Joe Eugene [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, February 16, 2003 10:36 PM Subject: RE: Exporting to Excel Quandry spreadsheet. What happens is everytning is in a new row. I have played around

Exporting to Excel Quandry

2003-02-16 Thread Bruce Sorge
OK, I know that this should work, but it is not. I have the following code: CFHEADER NAME=content-disposition VALUE=inline; filename=exportfile#today#.xls cfcontent type=application/ms-excel cfloop list=#qUsers.columnList# index=i cfoutput#i##CHR(10)#/cfoutput /cfloopcfoutput#CHR(32)#/cfoutput

Re: Exporting to Excel Quandry

2003-02-16 Thread Justin Scott
/cfloopcfoutput#CHR(32)#/cfoutput Perhaps try it with #chr(13)##chr(10)# instead of just #chr(10)#? -Justin ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: Exporting to Excel Quandry

2003-02-16 Thread Joe Eugene
:[EMAIL PROTECTED]] Sent: Sunday, February 16, 2003 11:10 PM To: CF-Talk Subject: Exporting to Excel Quandry OK, I know that this should work, but it is not. I have the following code: CFHEADER NAME=content-disposition VALUE=inline; filename=exportfile#today#.xls cfcontent type=application