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.
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?