Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    use Spreadsheet::Read;
    
    my $book = ReadData ("foo.xlsx");
    print Dumper [ Spreadsheet::Read::rows($book->[1]) ];
    
  2. or download this
    $VAR1 = [
              [
    ...
                'tree'
              ]
            ];