It's certainly a strange one. I've removed the JARs and imported as external into the project (using Eclipse), got these errors. So I removed that reference, deleted the others from the project, added these into its structure and added to the build path, same error.
If I revert back to the 3.7 JARs, it's instantly fine again. Tom -----Original Message----- From: Nick Burch [mailto:[email protected]] Sent: 15 September 2011 11:07 To: POI Users List Subject: Re: Updating project from 3.7 to 3.8 beta 4 On Thu, 15 Sep 2011, Simmons, Tom (GE Oil & Gas, VG) wrote: > I need to start using the version 3.8 in my project which currently > uses 3.7. I was hoping it would be a clean swap, but for some reason > I'm getting a handful of silly errors. > > XSSFReader xssfReader = new XSSFReader(pkg); - The constructor > XSSFReader(OPCPackage) is undefined That hasn't changed > cell.getColumnIndex(); - The method getColumnIndex() is undefined for > the type HSSFCell - Cell is definitely an HSSFCell Ditto. I'd suggest you double check the exact jar that's being used, in case an older one has snuck in - http://poi.apache.org/faq.html#faq-N10006 has a handy tip for how to identify that Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
