in reply to Re^4: Excel and Perl
in thread Excel and Perl

Yes, you have all the resources you need to accomplish your goal. Just use Spreadsheet::ParseExcel to parse the spreadsheet, and use the code I demonstrated to process the data.

You're going to have to do some learning to finish the project, but you have everything you need.

Replies are listed 'Best First'.
Re^6: Excel and Perl
by kb (Initiate) on Jun 09, 2011 at 02:08 UTC
    Would it be alright with you to go into detail as to how your code is crunching the data?, I do not follow it fully esp. with the instance of how my parsed data is being fed into the code. Thank you.