Posted By:
Rizwan_Ahamed
Posted On:
Thursday, February 12, 2004 10:26 PM
well i am new to jakarta-poi as well but then i think the process is below:
// load file system
try
{
DocumentInputStream stream = filesystem.createDocumentInputStream(documentName);
// process data from stream
}
catch (IOException e)
{}
POIFSReader reader = new POIFSReader();
// register for everything
reader.registerListener(aListener);
// stream opened for a particular file
POIFSReader.read(InputStream stream);
hope its helpful...if not please tell me more...anyway i am
having a question myself.
does anyone know how to create a table in MS-Word and write
into it from java. If yes please tell me the procedure.
its really urgent.