Running Strawberry perl v5.32.1 on Windows 10. Given:
my $excel = Spreadsheet::ParseXLSX->new;
my $workbook = $excel->parse('not_there.xlsx') or die "Invalid file\n";
dies on line 89 instead of returning undef. Perhaps the same as issue #64, but it is easily repeatable on my system.
Running Strawberry perl v5.32.1 on Windows 10. Given:
dies on line 89 instead of returning undef. Perhaps the same as issue #64, but it is easily repeatable on my system.