Need to extract tables from word document to excel using VB.NET or C# only

Hi Everyone,

I need to extract all the tables in the provided document using VB.NET or C# code only.

Types of tables in this document are…

1.Table with normal columns.
2.Table with subcolumns.
3.Table within the table.

So please provide the code either VB.NET or C# which will extract the all types of tables from document.

Please help me.

Thanks in advance.
SampleDocument.docx (14.9 KB)

Hi @bhanusai_sajja,

Check this link

Thank you @sarathi125 for your reply.

Could you please help me out on how to write this code in invoke code activity in UiPath.