0

I have a requirement to read/parse data collected inside a word document using ASP.NET / C#. I need to store the collected data (not the word document) inside a rational database. The word document has checkbox and drop down controls to capture the data.

I have access to the word document so I can update the document to add any extra tag/hints if required.

enter image description here

Is it possible to parse a word document using .Net?

developer
  • 1,401
  • 4
  • 28
  • 73
  • Which version(s) of Word? – Adam Aug 05 '20 at 14:28
  • You may take a look at [free spire.doc for .net](https://www.nuget.org/packages/FreeSpire.Doc/) nuget package, here is the [documentation](https://www.e-iceblue.com/Tutorials/Spire.Doc/Spire.Doc-Program-Guide/Spire.Doc-Program-Guide-Content.html) for your reference. Disclaimer: I work for spire. – Dheeraj Malik Aug 11 '20 at 09:57

1 Answers1

0

Install the Microsoft.Office.Interop.Word nuget package.

Andrew Arthur
  • 1,563
  • 2
  • 11
  • 17