Results 1 to 3 of 3

Thread: new line with same column for excel file--urgent

  1. #1
    Join Date
    Aug 2006
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default new line with same column for excel file--urgent

    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.

  2. #2
    Join Date
    Jan 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default think it helps. excel in php, line breaks

    put this to line break
    " "

  3. #3
    Join Date
    Jan 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default again it didn't show before

    " & # 1 0 ; " without spaces

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •