如何使用 php 将图像嵌入到 csv 或 excel
我使用 fopen 创建一个 csv 并尝试使用 fwrite 将带有图像的 html 内容放入该 csv 中。
无论如何它不起作用!
如何使用 PHP 将图像嵌入到 csv/excel 中?
i create a csv using fopen and trying to put html content with an image to this csv using fwrite.
Anyway its not working !!!!
How can i embed an image to csv/excel using PHP .?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为将图像嵌入 CSV 文件不是一个可行的选择。如果您尝试创建包含图像的 Excel 文件,那么您可以尝试名为 PHPExcel 的库。
I don't think embedding an image into a CSV file is a viable option. If you are trying to create an Excel file with images then you can try out a library called PHPExcel.