Skip to content

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

Description

@blues1875

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions