We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
same issue here. Archive::Zip is up to date, excel file is closed, running Strawberry perl v5.32.1, Windows 10
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: