Forum Moderators: coopster

Message Too Old, No Replies

Excel Programming Using php

Excel, php

         

Mahabub

4:02 pm on Dec 23, 2008 (gmt 0)

10+ Year Member



How can I create a column of a excel document as hyperlinked.
Like now I create the excel sheet in the above way

Name Website Age
---- ------- -----
Demo www.example.com 45

Now i want to remove the column website. Want to make the data demo hyperlink. If some one click on demo then directly go to the site www.example.com.

I want to do that using core php. dont want to use any module like PEAR.

Thanks for any help

Mahabub

[edited by: eelixduppy at 5:43 pm (utc) on Dec. 23, 2008]
[edit reason] switched to example.com [/edit]

eelixduppy

6:01 pm on Dec 23, 2008 (gmt 0)



You cannot have a hyperlink in a tab-separated file. You're going to have to generate the excel file in another way.