Hi friends,
Can anyone direct me to good tutorials and sample programs to learn apache poi to access MS word .doc documents from java.
with thanks,
Manu
Hi friends,
Can anyone direct me to good tutorials and sample programs to learn apache poi to access MS word .doc documents from java.
with thanks,
Manu
You should check the POI-HWPF web site. It'll give you an indication of where to start. In fact, it directs you that for examples you should look at the unit tests. Those unit tests should show you concrete examples of using pio to read and writse msword files.