I am trying to use a Jar file I downloaded from Maven(poi-3.8.jar). I have checked the jar file and all methods are there. My program finds all except the AggregateFunction and the NumericFunction. When you view the problem the errors are: The type AggregateFunction.ValueCollector is not visible. The method singleOperandEvaluate(ValueEval, int, int) from the type NumericFunction is not visible. import org.apache.poi.ss.formula.eval.ErrorEval; import org.apache.poi.ss.formula.eval.EvaluationException; import org.apache.poi.ss.formula.eval.NumberEval; import org.apache.poi.ss.formula.eval.ValueEval; import org.apache.poi.ss.formula.functions.AggregateFunction; import org.apache.poi.ss.formula.functions.Function; import org.apache.poi.ss.formula.functions.NumericFunction; I've been Googling for a solution since 6:30 this morning and have not found an explanation. Any guidance would be appreciated. Thanks
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en