<[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > Hi > > I am developing a report program in Java and I am trying to read a > Excel-workbook from the Java-application. > > Some of the cells in the workbook's sheets contains AutoFilter. This > causes the following exception: > java.lang.reflect.InvocationTargetException > at sun.reflect.GeneratedConstructorAccessor12.newInstance(Unknown
I had the same problem today. It seems, POI 2.5.1 is buggy in this case. Use POI 2.0 RC2 and it works well! Does anybody know, when this bug could be fixed in a stable version to download? Regards, Oliver Hirschi --------------------------------------------------------------------- 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/
