Hello,

> when I execute this code.
> my $temp = $worksheet->Range("E6")->{'Value'};
> printf $temp;

try this please...

my $temp = $worksheet->Range("E6")->{Value};


bye
chris

_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to