On Wed, 25 Mar 2009, Swati Phulari wrote:
Package pack = Package.open(inputStream) ; XSSFWorkbook wb = new XSSFWorkbook(pack);Its giving me this error: java.lang.NoSuchMethodError: copy at org.apache.poi.util.PackageHelper.clone(PackageHelper.java:68)
You almost certainly have more than one version of poi on your classpath. Go back to only having the one, and all should be fine
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
