in reply to Re: Win32::OLE - is it the best option?
in thread Win32::OLE - is it the best option?
where I get the error message:$Excel->ActiveSheet->Pictures->Insert(<http://perlmonks.org/images/use +rmonkpics/httptech.gif>); #And now for a brief example using a Variant data type and it's method +s. Update: Added other variant as per example in this node my $dt = Variant(VT_DATE, $Sheet->Range("a1")->{Value}); ## This is t +he line that give me the ERROR
Win32::OLE(0.1701) error 0x80020005: "Type mismatch" at Perl_program.p +l line 87
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Win32::OLE - is it the best option?
by marto (Cardinal) on Jan 20, 2006 at 15:32 UTC | |
|