I'm using excel udf to write some data in specific cells. Unfortunately I have to put there images also and here the problems starts. I'm not necessarily interested to see the images in excel so I encode them base64 but data leght is far too much for an excel cell, whici is limited to 32,767 characters. What alternatives I have?