How to convert DataTable to an image

Hi,

What about the below approach.

Use write range to write the data table data into excel. Open the excel with the excel application scope and use prtsc activity to take screenshot and save it to clipboard and we can convert clipboard data to image. Please refer the below very old thread. thanks.