I have a lot of images and need to be inserted into different cells.
Beside open target excel file, and set images to clipboard and paste to cell, do you have any other easy ways to do that?
And I have tried to use the package ‘balareva.excel.activity’ ‘insert image at cell’, it did not working and threw an error:
Insert Image At Cell: Unable to cast object of type ‘System.Double’ to type ‘System.Single’.
I tried to convert arguments to ‘System.Single’, or to create a variant which type is ‘System.Single’, but still got same error.