in reply to Re^2: Extract Excel graphs
in thread Extract Excel graphs

Graphs do not exist outside of Excel, so you can't "extract graphs" , you have to create images :)

Graphing with Perl
Graph generation using MS Excel
Exporting an Excel Chart to PNG using Win32::OLE

Once you have an image file, you can use a CGI programming to display it (if you insist)

How can I use a CGI script to return an image?

Replies are listed 'Best First'.
Re^4: Extract Excel graphs
by tarunkhanna (Novice) on Oct 01, 2011 at 19:51 UTC

    Hi

    I saw Win32::OLE module. But it's limitation is that I can use it only with windows. But I want a solution on linux platform. Yeah, I am comfortable with extracting graphs from excel as image. Can you help me with this problem on linux platform?? Thanks and Regards.
A reply falls below the community's threshold of quality. You may see it by logging in.