Display image/logo in Excel document

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

1 Like

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.

1 Like