Skip to content
New issue

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

Can't call method "read" on an undefined value at .../ParseXLSX.pm line 89 #101

Open
blues1875 opened this issue Feb 28, 2022 · 1 comment

Comments

@blues1875
Copy link

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.

@sampavone-nr
Copy link

same issue here. Archive::Zip is up to date, excel file is closed, running Strawberry perl v5.32.1, Windows 10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants