ExcelGen icon indicating copy to clipboard operation
ExcelGen copied to clipboard

Blob image support

Open BorjaRRR opened this issue 1 year ago • 1 comments

Would it be viable to add blob support to display images? Ex. Excel of employees with photo

BorjaRRR avatar Sep 21 '24 10:09 BorjaRRR

Yes, it's possible. I think I could implement the "Place-in-Cell" feature relatively easily, which will produce a result similar to using the IMAGE function but with embedded images (from BLOBs) instead of URLs. The "Place-over-Cells" feature is a little bit complicated because it requires some DrawingML stuff, so I'll save that for later.

I should be able to work on this when I'm done with Conditional Formatting.

mbleron avatar Sep 22 '24 12:09 mbleron

Done in v4.4.0. See :

mbleron avatar May 01 '25 13:05 mbleron