zod
zod

Reputation: 12437

How can i embed an image to csv or excel using php

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 .?

Upvotes: 1

Views: 3683

Answers (1)

Abhinav
Abhinav

Reputation: 39932

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.

Upvotes: 2

Related Questions