I have a question about making an Excel graph in perl. I looked at the module SpreadSheet::WriteExcel and it does nearly everything I want (very good!). However, it would be nice if I could automate the making of some graphs/charts on some data. The doc for the above mentioned module says that graphs won't be coming soon (the reason is because it would be too hard/too many user interface problems). However, I only have a *specific* need, so I'd like to know:

  1. Is there a general purpose module out there that I missed on CPAN?
  2. Is it feasible for me to try to make my own solution

Where would I go to find out about making my own solution, what would I need to know?

My specific purpose from before is just to make several charts/graphs based on some data I have in a file. If I need to be more specific I can (I refrain here because it would take up more space than it may be worth)


In reply to Excel graphing in perl by dimmesdale

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.