Hi Monkers;

I did not get much luck from stackoverflow so i decide to raise up here. Please move to the original link :

http://stackoverflow.com/questions/15598273/parsing-an-xls-file-using-perl

i think amon provides a doable code except that the data does not have the repeated pattern he assumed as every fourth row (maybe he missed what i replied). Basically, not just the 3 fields that i would like to extract, it has more fields. Also it does not have a repeated pattern like the same block appears every 5 rows or so. It is irregular in a sense that each item (in this case, school) has unequal sub-items.

e.g.

col1 col2 row1 School 1 row2 Dean John row3 No.stu. 55 row4 some irrelevant stuff row5 School2 2 row6 Dean Tony row7 No. stu. 60 row8 some irrelevant stuff row9 School 3 row10 Dean James row11 No.stu. 56 row12 No. teacher 20

Now the idea is that, although the data does not have a regular pattern, for each block, the last row would be the same item, say, average SAT score. I was wondering if it is possible to have a content-triggered code which parse back all stuff it goes through until reaches some specific content.

Best regards,

In reply to content triggered parsing in Spreadsheet-ParseExcel by qingxia

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.