Extract table from DOCX
问题 I have one problem with parsing *.docx document with OpenXML (C#). So, here's my steps: 1. Load *.docx document 2. Recieve list of paragraphs 3. In each paragraph look for text,image and table elements 4. For each text and image element create html tags 5. Save output as *.html file I've found out how to locate image file in document and extract it. Now there's one step to go - find where is table position in text (paragraph). If any one know how to locate table in *.docx document using