Good Day,
I need to copy an image (Bitmap) to an Escel cell. I am using Erels Excel Library. As I see in the forum there is no new B4A solution published. Anyone has a proposal how to do it?
Piece of Code should be fine. Thank you.
Apparently you can add an image using JExcel but it is not supported in the library. Can anyone solve this to add this reference using inline java code? Example I have found using java below. package com.bethecoder.tutorials.jexcelapi.write; import java.io.File; import java.io.IOException...