- or download this
my $oExcel = new Spreadsheet::XLSX ;
my $oBook = $oExcel->Parse( $filename) ;
- or download this
my $oBook = Spreadsheet::XLSX->new($filename);
- or download this
sub xls2csv {
my ($filename, $regions, $rotate) = @_ ;
...
return $output ;
}