Hi,
I would like to read a table anywhere in the document. For example if there is a Heading 3 label before table and this name is unique then we would like to read only that table which comes after this label.
table 1
I would like to only read this table not all the tables.
Please let me know if you guys have any idea.
You will need to write specific logic to find the heading that you are interested in, and then to find the following table, and then to read the contents of the table. No magic bullet here - just have to write the code to implement the algorithm you need to locate and read the table of interest.
-Eric
Hi Eric,
I am new to Open XML. CAn you give me some sample code which can help me to construct logic. I know how to read table contents but am not able to figure out how to get the table followed by heading.