padawanlinuxero
Programmer
Good day
I have a problem I need to put an image on a excel file using Perl, so far I have done this :
but so some reason in the excel file it ends up in the upper part of the file and not in the cell i selected why??
Am I doing something wrong?
I have a problem I need to put an image on a excel file using Perl, so far I have done this :
Code:
$Hoja -> Range("E47")->Select();
$excel->ActiveSheet->Pictures->Insert("c:\\projectword\\$filename2.jpg");
but so some reason in the excel file it ends up in the upper part of the file and not in the cell i selected why??
Am I doing something wrong?