~~David~~ has asked for the wisdom of the Perl Monks concerning the following question:
All, I am currently using Spreadsheet::WriteExcel to write a cell like so:
$worksheet -> write_url($row, $col, $url, $name});
I now want to use Spreadsheet::ParseExcel to pull out both the Value of the cell ( currently stored in $name ) and the hyperlink.
I have used Data::Dumper to dump every single Cell property, and I can't seem to find the hyperlink.
Is this possible? I tried searching this site to no avail.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Using Spreadsheet::ParseExcel To Read Hyperlinks
by regexes (Hermit) on Oct 23, 2008 at 07:04 UTC |