trickyq has asked for the wisdom of the Perl Monks concerning the following question:

I am an old perl user. Have been out of the loop for ten years or so. SO I apologize in advance. I am trying to use the spreadsheet xlsx module to extract two full columns of data from a spreadsheet for line by lime comparison. I can write the code for the actual comparison easily. I have no idea how to use the module to get the columns from the spreadsheet. can anyone point me to some good docs for this? or give me some quick pointers on use of the module. thanks

Replies are listed 'Best First'.
Re: spreadsheet module
by Anonymous Monk on May 21, 2012 at 04:18 UTC

      You can also use:

      1. Spreadsheet-ParseExcel-0.59

      2. Spreadsheet-XLSX-0.13

      Just type:

      get Spreadsheet-ParseExcel-0.59

      in CPAN terminal. You might need few dependent modules as well!