Good day
I have a problem I need to put an image on a excel file using Perl, so far I have done this :
$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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.