The images in a excel are stored as shapes
(setq shapes (vlax-get-property sheetcur "Shapes"))
Trying to dig deeper into shapes. The image may not have a file name only found Name = "Picture 2".
But you can Ctrl+c a cell so can then paste into CAD, Ctrl+v. Don't have any idea where to start.