0

Currently, I would like to create a java program to read the microsoft word. There is a table in the microsoft and I would like to read the value

Where it need to search for the word and then get the value on the right side.

enter image description here

For example, when I pass in parameter as "Field1", it will return with result "AAAAAA". If I pass in as "Field3", it will return with "CCCCCC".

How can I archive that? If there is any library that can help to do that?

obl0702
  • 123
  • 11
  • maybe this helps https://stackoverflow.com/questions/7102511/how-read-doc-or-docx-file-in-java – StefanR Mar 09 '21 at 12:04
  • https://stackoverflow.com/questions/44016335/read-the-tables-data-from-the-docx-files/44061001 this could also help – StefanR Mar 09 '21 at 12:04
  • 2
    You should do some research first and then ask about a more specific problem and show us what you have done so far. – StefanR Mar 09 '21 at 12:05
  • 1
    Both libraries, `apache poi` as well as `aspose`, can do this. Choose one, read the documentation, start coding and come back with a concrete question and a [Minimal, Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example) if you are stuck. – Axel Richter Mar 09 '21 at 12:10

0 Answers0