Hi, Sorry for a silly question, but I am really stuck and not able to run even the OpenOffice APIs. My code is unable to instantiate the BootStrap of OpenOffice. I have set the basic environment variables properly, and the libs are also in place, but still not able to run the code. I know I am missing something in configuration, but unable to figure out what. The exception I get is the BootStrapException: "no office executable found!" Please can anyone help me in figuring out, what might be missing in my configuration? Thanks, Suyog
----- Original Message ----- From: "Tom Schindl" <[EMAIL PROTECTED]> To: "POI Users List" <[email protected]> Sent: Wednesday, July 26, 2006 4:52 PM Subject: Re: How to use POI for reading Excel 2.1 format? > No. Then you cannot use OpenOffice there is currently no possibility to > only install the libs needed to read/write from the whole application. > > Tom > > Suyog Mahajan schrieb: > > Hi Tom, > > > > Thats exactly what my concern is. I dont want to be dependent on the > > installation of OpenOffice for this purpose. Depending on the OpenOffice > > installation will mean that I will have to port OpenOffice along with my own > > application. Is there any other workaround to solve this problem? > > > > Thanks, > > Suyog > > > > ----- Original Message ----- > > From: "Tom Schindl" <[EMAIL PROTECTED]> > > To: "POI Users List" <[email protected]> > > Sent: Wednesday, July 26, 2006 4:34 PM > > Subject: Re: How to use POI for reading Excel 2.1 format? > > > > > >> Suyog Mahajan schrieb: > >>> Hi Karl, > >>> > >>> Thanks for your prompt response. I have already seen that thread about > > using > >>> OOo for format conversion. But I am unable to figure out how to use it. > > The > >>> solution I am looking for, is like a JAR file, you simply port it with > > your > >>> application, and this JAR file contains all the necessary java classes > > to > >>> allow me to use the OO-UNO API and thus allow me to do the conversion. > >>> >From the SDK I can figure out that, I will have to compile the code > >>> separately, create such a JAR file manually and then add it to my > > project, > >>> which seems a very long process to me. Is this the only way or am I > > simply > >>> exaggarating the effort involved? > >>> > >>> Thanks, > >>> Suyog > >>> > >> You don't have to compile anything your own you simply have to have > >> OpenOffice installed on your system. Then the snippet can be used as is. > >> > >> Tom > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> Mailing List: http://jakarta.apache.org/site/mail2.html#poi > >> The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/ > >> > >> > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > Mailing List: http://jakarta.apache.org/site/mail2.html#poi > > The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/ > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > Mailing List: http://jakarta.apache.org/site/mail2.html#poi > The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/ > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/
