Spreadsheet::ParseExcel::Stream::XLSX - Simple interface to XLSX Excel data
my $xls = Spreadsheet::ParseExcel::Stream::XLSX->new($xlsx_file, \%options); while ( my $sheet = $xls->sheet() ) { while ( my $row = $sheet->row ) { my @data = @$row; } }
See Spreadsheet::ParseExcel::Stream.
Douglas Wilson, <dougw@cpan.org<gt>
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.