or download this
#___ INSERT PICTURE
$sheet -> Pictures -> Insert("picture_name"); # Insert
+in upper-left corner
$excel -> ActiveSheet -> Pictures -> Insert("picture_name"); # Insert
+in active cell
#___ ACTIVATE CELL
$sheet -> Range("A2") -> Activate;