how to read a word(microsof) file from jva
Hello,
Can i read a word (microsft) file using java? :frusty: i looked for an istruction and i didn't found any one.
I am working on my final project of graduation! it's about contextual information retrieval. to find a (request) i need to acess to the files and do the research.
Thank you!
Re: how to read a word(microsof) file from jva
There is a package of classes: Apache POI (??) that will help you get at the contents of a MS document file.
There is nothing in the Java SE packages.
Re: how to read a word(microsof) file from jva