RE: New to POI Please help me ......

2004-06-30 Thread Parag.Ray
Hi Srinivas, To import jars of poi just down load it and incorporate them as external jar to you app server/ide. Just consult your app server/ide reference how to incorporate a external jar and proceed accordingly. About using word in poi I shall try to send you a few quick guides & references a

RE: Unable to read entire header

2004-06-21 Thread Parag.Ray
You may try separating the excel file first from the stream then read it. -Original Message- From: Troy McKinnon [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 11:54 AM To: [EMAIL PROTECTED] Subject: Unable to read entire header I have a big problem, and I am hoping for an easy

RE: reading excel formatting

2004-06-15 Thread Parag.Ray
If you mean to say that cell contents is such then it is possible. -Original Message- From: Marcus B. Irven [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 15, 2004 12:36 PM To: [EMAIL PROTECTED] Subject: reading excel formatting I'm reading an excel file that have cells with that are part

RE: [SPAM-K] - AW: Problems with 2.0, 2.5 - Found word(s) list error in the Text body.

2004-06-09 Thread Parag.Ray
Hi Michael, Could you help me solve a problem! I have generated a HSSFWorkbook object using SAX2. however I need this object to be opened by web clients. But when I am writing this to response object out put stream, it is delivering corrupted file to web client. How can I sort this out. Rega