libspreadsheet-parseexcel-simple-perl

A simple interface to excel data
  http://search.cpan.org/dist/Spreadsheet-ParseExcel-Simple/
  0
  no reviews



This provides an abstraction to the spreadsheet::parseexcel module for simple reading of values.

you simply loop over the sheets, and fetch rows to arrays.

for anything more complex, you probably want to use spreadsheet::parseexcel directly.