Log in

View Full Version : new line with same column for excel file--urgent



cstan
08-30-2006, 01:39 PM
header("Content-type: application/octet-stream");
header("Content-Disposition: attachment; filename=excelfile.xls");
header("Pragma: no-cache");
header("Expires: 0");


i had created an excel file by set the header.

now my problem is how can i go to new line in one column???

i had using tag "<br />" but it go to next row with same column..

but now my supervisor required to set it to new line in same column..


how can i set it??

thanks.

mnakakomi
01-16-2009, 06:10 PM
put this to line break
" "

mnakakomi
01-16-2009, 06:11 PM
" & # 1 0 ; " without spaces