Sorry, just re-read your message and you were not asking that at all. Just which archives you need to add to the project depends on what you are doing. Try this little lot;
poi-3.8-beta1-20101213.jar poi-ooxml-3.8-beta1-20101213.jar poi-ooxml-schemas-3.8-beta1-20101213.jar xmlbeans-2.3.0.jar ooxml-schemas-1.0.jar dom4j-1.6.1.jar openxml4j-1.0-beta.jar This will allow you to work with both file formats - the older binary and the newer xml based ones. Of course, the exact names of the archives will differ, you just need to look out for the ones on your machine with names that closely match these. If you are working with just the older, binary file format as your reference to hssf suggests, then you should be able to get by with just poi-3.8-beta1-20101213.jar I think. Yours Mark B -- View this message in context: http://apache-poi.1045710.n5.nabble.com/adding-the-library-to-Netbeans-tp3395710p3395877.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
