http://www.perlmonks.org?node_id=1020828


in reply to A simple read of XLSX into Perl

I might try Spreadsheet::XLSX. The synopsis has an example of how to open a workbook and read all the cells in all the worksheets.

Replies are listed 'Best First'.
Re^2: A simple read of XLSX into Perl
by Tux (Canon) on Feb 27, 2013 at 10:45 UTC
      Also note that it is (very) likely that the XLSX format will get a new parser from the author of Spreadsheet::ParseExcel.

      Any interested parties can try out (and contribute to) the code for the new XLSX parsing library which is still in a sort of alpha state, but does 'work'.