Home >Backend Development >PHP Tutorial >phpexcel 添加批注
网上找的代码,都差不多,但是没有好用的。高手来帮帮忙
$objPHPExcel->getActiveSheet()->getComment( 'E13')->getText()->createTextRun('Total amount on the current invoice, including VAT.' );
用的PHPExcel_1.7.9版本
楼主解决了吗