Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
But it doesnt seem to work. Can anyone help me please??for my $row($excel_configs->{custom_api_seq_sheet}{start_row}...$excel +_configs->{custom_api_seq_sheet}{end_row}-2){ foreach my $col (1..$excel_configs->{custom_api_seq_sheet} +{end_col} -1){ if($Sheet->Cells($row,$col)->{'Value'} eq Link){ print $Sheet->Cells($row,$col)->Hyperlinks()->Addr +ess."\n"; $api_table->{$api_count}{$table_order->{$col}} = $ +Sheet->Cells($row,$col)->Hyperlinks->{Address}; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: reading hyperlink value using win32 ole
by ww (Archbishop) on Jan 29, 2011 at 12:27 UTC | |
|
Re: reading hyperlink value using win32 ole
by davies (Monsignor) on Jan 29, 2011 at 13:49 UTC | |
by Anonymous Monk on Jan 29, 2011 at 17:02 UTC |