Write Range from Datatable with Image

Hi all,

I have a datatable that I am appending several string fields and an image to (UiPath.Core.Image). I would then like to write this to an excel spreadsheet. I am able to do a Read Range activity to export the datatable when I am NOT populating the image field. I also do not get an error adding the row to the datatable that includes the image variable. But when I try to write range the datatable with the image, I get an ExcelException error saying the range does not exist. Is it not possible to write a datatable to excel that includes an image?
Thanks for any insights you can provide!