Table extraction inside word

Can anyone help on this ? i am having hard time extracting all data from the table which is inside a word document.

Here is my sample word file , which has a table and it has lot of data. I used “Table extraction” , but couldn’t able to extract all data.

here i can extract only this data :

TestCopy.docx (39.7 KB)

Can anyone help to share me xaml file with successful extraction of all data to a data table ?

Hi,

How about the following sample?

Sample
Sample20251028-2.zip (36.9 KB)

Regards,

1 Like

Ok that helps a bit. Do you think after saving it to excel, i should read and get the datatable right ?

How about if the Word file is having other details/data which are outside of the table ? Seems those are also captured in this operation ?

Hello @Tarai_Sudharani_Hong_Kong

I have previously used hotkeys (Send Keyboard Shortcut) to navigate to the built-in tools for locating tables in Word.
It is not a “pretty” solution, but at least in my case, it got the job done.

Start off by opening the Go To window in Word (Ctrl + G) and then:

  1. Select Table
  2. Write table number
  3. Click Go To
  4. Click the top left icon to mark all content inside the table

After this you should be able to create a datatable based on the contents in your clipboard.

Regards
Soren