Using Images in a Data Table

Hi,

I was wondering what the best way to use images in a data table right now I have it just as a texture 2d and it works fine when converted to a slate brush.

BUT…

I use my Data table in google sheets as a .csv and i was wondering if it is in anyway possible to somehow put the image in Excel/Google Sheets so then on re import it has the image with it ?

You actually store the Path of the texture in the .csv not the Texture itself. You can see it here as example https://i.imgur.com/s3JDWGP.png

To get the path you can do this https://i.imgur.com/U05xk8m.png

Ahh, so i guess there is no way to do this from excel! Thanks tho

To see how to do it in a spreadsheet, do it in a datatable first and export it to a spreadsheet. You’ll be able to see what the syntax is, and you should be able to figure out the file paths.