I am inserting URLs into an Excel spreadsheet (after opening the book and selecting the worksheet) like so:
 
    $sheet->Cells($i,$j)->{'Value'} = $url;
 
However, Excel is not recognizing the entry as a URL, i.e., it does not appear as a link in the sheet.  If I go to the sheet, manually place the cursor at the end of the URL and hit return, it is recognized as a URL.  So I guess there is some process I need to trigger or some property I need to set to make Excell to recognize the entry as a link.  Does anyone know?
 
Thanks...
 
Steve
_______________________________________________
Perl-Win32-Users mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to