Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blob image support #64

Open
BorjaRRR opened this issue Sep 21, 2024 · 1 comment
Open

Blob image support #64

BorjaRRR opened this issue Sep 21, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@BorjaRRR
Copy link

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

@mbleron mbleron added the enhancement New feature or request label Sep 22, 2024
@mbleron
Copy link
Owner

mbleron commented Sep 22, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants