How will i extract the data from the docx file using DocumentFormat.OpenXml -details below
I have a Docx file created by adding the xml schema. I am giving you the link of the docx file . now I want to extract-- To,From,heading,body. Currently I am using the Library DocumentFormat.OpemXml. But didnt succeed. Can any one suggest me the steps . sdr This answer is late I know but after years reading this site I find myself in a position to help. As the previous answer stated it is just as simple as opening the file as a zip and examining the contents. This approach can be limiting if you ever intend to go beyond reading some simple data out. If you haven't already, checkout the Open