Hello,
I am trying to create an excel file containing some reports and i have a column called "Image Thumbs" for our picture check-ins. I need to add those images in each cell in order to be anchored and be fixed on cell when applying some filters or sorting etc.
The main problem is that for PHPExcel_Worksheet_Drawing i got an error when trying to setPath for my images.
Is there a way to add images on excel from url ? Our images are on amazon s3 bucket.
I am trying to create an excel file containing some reports and i have a column called "Image Thumbs" for our picture check-ins. I need to add those images in each cell in order to be anchored and be fixed on cell when applying some filters or sorting etc.
The main problem is that for PHPExcel_Worksheet_Drawing i got an error when trying to setPath for my images.
Is there a way to add images on excel from url ? Our images are on amazon s3 bucket.