my $iter = get_value_iter($oWkBook); while ($iter->(my $item)) { print("$item\n"); }