POI操作报错-- java.lang.NoClassDefFoundError: org/apache/commons/math3/util/ArithmeticUtils 解决

POI-4.1.1,操作报错如下:

Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/math3/util/ArithmeticUtils

解决:需要引用 commons-math3-3.6.1.jar 

位置:POI-->lib目录下