Page 1 of 1

Charting with Excel

Posted: Mon Apr 07, 2003 10:08 am
by onggowijaya
I have been developing PHP in Win32 environment. To generate charts, I used to create a DLL that calls the Excel application to export the chart contained in the spreadsheet and reference it in the HTML. Now, I am working with Mac OS X. Can someone point me to the right direction on how to do the similar task in Mac OS X environment? Thanks.

Posted: Tue Apr 08, 2003 4:13 am
by ckuipers
I have no idea but what I did to generate graphs was turn on the gd extensions and create .png files.
Works great if you ask me. Maybe something worth thinking about.