Help for this page
my @store; for my $worksheet ( $workbook->worksheets() ) { ... } } print Dumper(\@store);
$VAR1 = [ [ 'Test', ... 'PerlMonks' ] ];