Jump to content

Exporting data to create charts in excel


virtology

Recommended Posts

Hi ,

 

I am creating charts(pie chart) with my php code which gets data from database and chart the respective values  .

 

I want to export these charts , or to create this chart in Excel by Clicking  a button from web .

 

I have seen it done on some website which I dont remember .

 

Can anyone suggest what will be the best solution for it ?

 

Thanks

Link to comment
Share on other sites

It's perfectly straightforward to generate an Excel workbook using a library such as PHPExcel.

How you do the charting depends on exactly what charts you need; but the easiest method is to generate the chart as an image file (using PHP and GD, and whatever charting libraries you have available), and then to embed that gif, jpg or png file as an image in the workbook.

Work on actually handling Excel charts within PHPExcel (which would allow reading and writing of chart streams from within the PHP code) is in the very early stages of prototyping, but won't be available in any public release for a long time yet.

Link to comment
Share on other sites

  • 2 weeks later...
This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.