Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用PHP 中的 ExcelWriter() 以XLS 格式导出数据。在某些情况下,我有一个图像格式的数据(存储为路径)。可以直接在excel中显示图像吗?
只需执行以下操作:
echo '<img src="' . $url . '" />';