Charting with Excel

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
onggowijaya
Forum Newbie
Posts: 2
Joined: Mon Apr 07, 2003 10:08 am

Charting with Excel

Post 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.
ckuipers
Forum Commoner
Posts: 61
Joined: Mon Mar 24, 2003 6:10 am

Post 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.
Post Reply