Create table Using Interop.Word

Hello all. Tell me how to solve my problem.
I need to create table in word. I have two DataTable with 3 columns, I need to combine them into one table with a separator, like “Frist block”, “Second block” with bold font and combined cells.
I cant find any activitie in uipath to do this. Help me pls with c# interop.word
tables

@Arettu63

You can try with below activity also

https://docs.uipath.com/activities/docs/word-insert-data-table

Hope this will help you

Thanks

Hi @Arettu63

Check with the Reference thread below!

YouTube Link

Regards

I don’t just need to insert a table, but to make a separation with a bold font and place it in the center and merge the cells there.
tables

@Arettu63

Refer to the package below!

Regards

1 Like

Hi @Arettu63

Below 2 links is explaining how to create table programmatically using vb.net

Hope this will be helpful. Thank you.

1 Like

Hi @Arettu63

The below activity will help you to insert the data tables separately and you can try creating those headers(First block and Second block) programmatically.

image

Thank you.

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