Hi there,
Is there a way of converting a data table into an image format that would be easier to export to word/excel/ppt documents?
Hi there,
Is there a way of converting a data table into an image format that would be easier to export to word/excel/ppt documents?
Hello Lewis,
I don’t know that this is suggestible because you’re going to have a bigger file size and you’re not going to be able to easily parse that information back into a digital medium.
If you’re simply looking to export a DataTable to a file, then I would suggest using the Write Range activity which writes to excel.
However, if you are sure that this is what you want, I would suggest taking a look at either creating an excel data object and doing VBA to print it or using ImageMagick.