Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I want downloaded POI package. I also dont know where to copy it in java. so that following code will work::::

import org.apache.poi.hwpf.HWPFDocument;
import org.apache.poi.hwpf.extractor.WordExtractor;
so that::::
HWPFDocument doc=new HWPFDocument(fis);
WordExtractor exprExtractor = null ;
this code will also work tell me the steps and where to get this package.....
Posted
Comments
TRK3 13-Apr-12 17:09pm    
Your kidding right? TorstenH. answered your last question:

http://www.codeproject.com/Questions/365023/MS-WORD-FILE-TO-TEXT-FORMAT-RUNTIME

with a link to the apache.org POI site. He even told you to use the menu on the left hand side of that site to answer your questions. There is a link there to download the package from, and the page tells you what link to go to to determine what needs to be included to do what.

Your reputation as a questioner is dropping very fast at this site. We are more than happy to help, but we expect you to do some work yourself.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900