How to insert Excel Table Color, Text font and form to Word Document?

I am currently working on attaching the table of Excel to the word document table as a StudioX development tool. However, although the table is attached, the formatting of the colors and fonts in the Excel table is not moved as it is, is there any other way than Insert Table activity? I’d like to put the table color, font, and other forms together. Please let me know if there is a better way or a replacement.
Thanks :slight_smile:

Hi

In StudioX, go to Design tab → Manage packages and search as Balareva.Excel in ALL PACKAGES

install it and under that package we have a activity called Copy As Picture
you can use that for this scenario to get the excel table as picture and then insert that word

Cheers @rosshild21