I am saving matplotlib files as .tiff images. I'd like to be able to then open an excel file and paste the image there.
openpyxl doesnot seem to support image embedding. xlwt does but only bmp.
ALternatively if i can programmatically convert tiff to bmp, that might help also.
Ideas on either are welcome.
Similar to
Embed multiple jpeg images into EXCEL programmatically?
However converting from tiff to bmp is acceptable as my volume of graphs is small (approximately 10 per file).