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]

Reply via email to