标签: php excel phpexcel phpspreadsheet phpexcel-1.8.0
是否可以通过PHPExcel / PhpSpreadsheet将图像作为excel注释插入?
添加简单文本注释的方式是这样的:
$objPHPExcel->getActiveSheet()->getComment('A1')->getText()->createTextRun("comment example");
this in an example how it should look like in excel