in reply to Re: Need help with inserting images to excel from db
in thread Need help with inserting images to excel from db

'/home/postgres/scripts/images/'$ref->{'empid'}.hex' ^ remove
poj

Replies are listed 'Best First'.
Re^3: Need help with inserting images to excel from db
by terrykhatri (Acolyte) on Jul 01, 2014 at 09:47 UTC
    Hi Poj, I removed it and it works, many thanks !! it created all the images in images folder then I ran your script and it removed all the images and threw an error :
    Couldn't import /home/postgres/scripts/images/1.jpg: No such file or d +irectory at emp2.pl line 131.
    Which is the last line of the script ! Rgds Terry
      Is the line causing the error $workbook->close(); ?
      I suspect the images are embedded in the spreadsheet when the spreadsheet is closed, in which case you will have to delete the images after this.
      poj