Image in a csv file

I have a csv file with 3 sheets and I want to add an image into a
each sheet. Is it possible? If yes,please give me the
solution.

CSV is a text format, obviously you can’t add images there.
But you can add URLs or paths of these images.

Ok thanks. Is it possible with Excelwriter()?

Yes, you can embed images in XLS files

Can you explain this with code level?

I guess if you really wanted it in a CSV file, and you were in control of what was reading it, you could always MIME-encode the image before you put it in the csv file. Splitting hairs though.

documentation

ok thanks :blush:

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.