Excel to Blob

I am using elixlsx to generate excel file but I want to save it as blob in postgres database. Is it possible? If yes, can anyone help please.

It looks like it has a write_to_memory/2 call? :slight_smile:

2 Likes

Thank you. That solved it. :blush:

1 Like