943,945 Members | Top Members by Rank

Ad:
  • PHP Discussion Thread
  • Unsolved
  • Views: 5184
  • PHP RSS
Oct 17th, 2007
0

Exporting GD image to excel

Expand Post »
I am constructing a line graph on a GD image.Do you guys know of any way i can export it into excel such that its just like one created in excel
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
disto is offline Offline
3 posts
since Sep 2007
Dec 15th, 2007
0

Re: Exporting GD image to excel

Put this code in top of your file. and display your image as you are displaying in HTML file. It will download as excel file as you want

$file_type = "vnd.ms-excel";
$file_name= "somename.xls";
header("Content-Type: application/$file_type");
header("Content-Disposition: attachment; filename=$file_name");
header("Pragma: no-cache");
header("Expires: 0");
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Vijaykarthick is offline Offline
1 posts
since Dec 2007

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in PHP Forum Timeline: plz..i need a help..
Next Thread in PHP Forum Timeline: special upload mod required or modification to original uploader





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC