Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
Spreadsheet::ParseExcel::Stream::XLSX - Simple interface to XLSX Excel data
SYNOPSIS
my $xls = Spreadsheet::ParseExcel::Stream::XLSX->new($xlsx_file, \%options);
while ( my $sheet = $xls->sheet() ) {
while ( my $row = $sheet->row ) {
my @data = @$row;
}
}
DESCRIPTION
See Spreadsheet::ParseExcel::Stream.
AUTHOR
Douglas Wilson, <dougw@cpan.org<gt>
COPYRIGHT AND LICENSE
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.