I want to read/retrieve an Image from excel file to PHP using PHPExcel.
This code is used to retrieve a value from a particular cell.
$objPHPExcel->getActiveSheet()->getCell('B5')->getValue();
This retrieves only the cell value, But i cant retrieve a image. Is there a way to do that?
Googling
phpexcel read imageyielded this page as the second result. It tells you how to do this.To quote the relevant info directly: