http://qs321.pair.com?node_id=643546


in reply to Send a Excel Chart to a web page

As far as I know there is no module that will duplicate a graphic chart from Excel into a duplicate web usable form. Your best bet is to generate an image of the chart graphically, or have Excel create a web document you can edit for display, and then apply that result onto the web page.

If you are asking for a dynamic way to do all of this automagically from changing data, you are asking for a lot of work. There are other Perl specific tools that can create charts from raw data, but I can't guide you on that journey because I have little experience on that road.

Replies are listed 'Best First'.
Re^2: Send a Excel Chart to a web page
by Cop (Initiate) on Oct 09, 2007 at 00:55 UTC

    Really a small deal, all you need to do is to generate the jpeg when it is requested by the client. If the server load is heavy, can consider to generate the image periodically (and not for each request).

    He has the data, if won't be a big deal to draw the pic.