Help for this page
use strict; use warnings; ... my $parser = Spreadsheet::ParseXLSX->new(); my $workbook = $parser->parse($path); }