Hello Great Monks,

I need to convert some excel data into HTML.

What I Have:

Tasklist1.xls, Tasklist2.xls and Milestone.xls

What I need to do:

I need to open and read the Milestone.xls file and get the Milestones and the required tasks for each milestone (This file already has this information). Then, Refer these tasks in Tasklist1.xls and Tasklist2.xls to get the start and end dates (The tasks can be from either of the tasklist files). Then I need to create a table in HTML listing the Milestone, The tasks for each milestone and the start and end dates for each of the tasks. Thus creating a "schedule" for wach Milestone.

Thus the HTML looks like:
Milestone1 Blah Blah    
Task1 Blah Blah 06/07/04 06/10/04
Task2 Blah Blah 06/10/04 06/12/04

So on and so forth...

Any help would be greatly appreciated.

Wisdom Seeker


In reply to EXCEL TO HTML Conversion w/Perl by ginju

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.