I have excel files stored in postgresql table as Blob using:
insert into table values (id, pg_read_binary_file(/path/file.xlsx))
I would like