1

Is it possible to insert an image as an excel commentary by means of PHPExcel/PhpSpreadsheet?

The way of adding simple text comment is this:

$objPHPExcel->getActiveSheet()->getComment('A1')->getText()->createTextRun("comment example");

this in an example how it should look like in excel

0 Answers0