phpoffice使用记录
phpoffice(包含PhpSpreadsheet和phpword)在使用过程中的问题记录。
1. 添加图像至Excel
1 | $drawing = new \PhpOffice\PhpSpreadsheet\Worksheet\Drawing(); |
需要注意图片名不能包含中文,否则生成的 Excel 不能正常显示图片。
phpoffice(包含PhpSpreadsheet和phpword)在使用过程中的问题记录。
1 | $drawing = new \PhpOffice\PhpSpreadsheet\Worksheet\Drawing(); |
需要注意图片名不能包含中文,否则生成的 Excel 不能正常显示图片。