How to create an actual table around text in word with using DataTables

Hi all

I have a project coming up where I have to scrape data from a screen in to a datatable and then put that in to a letter (MS Word) template

When pasting the datatable in to Word it will just be all text. The customer would like a nice looking table. Is there any way of doing this in Ui path?

I figured I could count the rows and columns and then use the GUI in word to build a table but this seems a bit messy

image

Does anybody have any alternative suggestions?

Thanks
Jordan

Hey,

You can use insert DataTable in Document Activity
you can follow this
Insert DataTable in Document (uipath.com)
Thanks

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.