Does anyone know how to easily display an image/logo in Excel via code?
I have created an Excel report, but need to add a logo. No idea how.
Does anyone know how to easily display an image/logo in Excel via code?
I have created an Excel report, but need to add a logo. No idea how.
I guess you mean more than this…https://www.youtube.com/shorts/kZ87gcncKZM
If you are using xlswriter, there is a method in the dll called
worksheet_insert_image(LONG worksheet,LONG row,SHORT col,*CSTRING filename),LONG,RAW,C,NAME('worksheet_insert_image')
It doesn;t seem to be included in the clarion class at the moment, but it should be easy enough to add.