I am trying read DOCX (Word 2007) format file , i don't have any idea to read and all, To read DOC format file i used poi-3.0-alpha3.jar it's working fine,
Any idea to read DOCX file
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35241
7
posted
0
Any recent POI version (3.5 and up) can read DOCX as well as DOC files. You need to use the org.apache.poi.ss.* classes instead of the ...hssf... and ...xssf... classes.