tags:

views:

424

answers:

2

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

+1  A: 

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.

ReaperUnreal
I've been using this extensively and it's working great. +1
Allain Lalonde
A: 

you can have a look at http://tech-junki.blogspot.com/

Ratnesh Maurya