Export tables Word to Excel

Hi @busra.yilmaz ,

Check the Below Workflow :
Extract_TablesFromWord.zip (13.9 KB)

OpenXml Methods are used in Invoke Code Activity to get the Tables from the Word, we then Convert the Tables into Datatable, Add it to the Dataset and Get the Dataset out from Invoke Code and Write all the Datatables to an Excel file.

Let us know if this gives out any Error, or if it didn’t work as Expected.