Help for this page

Select Code to Download


  1. or download this
    my $iter = get_value_iter($oWkBook);
    while ($iter->(my $item)) {
       print("$item\n");
    }
    
  2. or download this
    sub get_value_iter {
       my @values = @_;
    ...
          }
       };
    }