Hi all, I am using SpreadSheet::WriteExcel, and was wonduring if there is a function under that module to do loop. the problem I am runnig through is: my first worksheet contains a lot of datas like in sheet1 I have the following :
FileName ErrorType one.cxx 588 one.cxx 588 one.cxx 588 two.cxx 333 three.cxx 588 four.cxx 666 four.cxx 666 five.cxx 588 six.cxx 666
and I want in my sheet2 to have a summary like that
fileName Error 588 333 666 one.cxx 3 two.cxx 1 three.cxx 1 four.cxx 2 . . .

where # 3 under the the error 588 indicating , how many times , that error occured fo the file one.cxx.

so basically , I am scaning the second column in sheet1 and counting the occurence of each error and display how many times it occures for each file in sheet2. Is there a trick to do the loop using the module, if not can someone give me a hint in writing that excel formula :(.

Thanks

Edited: ~Fri Jun 28 19:39:15 2002 (GMT), by footpad:
Added <CODE> and <P> formatting tags.


In reply to perl and excel by Sara

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.