On Mon, 8 Dec 2003, Abdul Wahab wrote: > But the problem is...... I dont get the basic idea to implement this > POI. Can you help me by giving any simple sample program for read and > write..
I'm using 2.0 r3, and I found the examples + the JavaDoc more than enough to get me started. Make sure you grab the source as well as the binaries, then go looking in src/examples/src/org/apache/poi (excel and document properties) and src/scratchpad/src/org/apache/poi/hdf/extractor (word). Also, the root of /doc/ from a distribution has a lot of useful information in it > And if you know any other technologies for java based text search also > let me know. I use Lucene (http://jakarta.apache.org/lucene/docs/index.html) - it only accepts plain text, so I use POI to convert to plain text, and feed that in. Works a treat Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
