报错信息:java.lang.NoClassDefFoundError:org/apache/commons/collections4/ListValuedMap
解决办法:发现缺了一个jar包:commons-collections4-4.1.jar
解决结果,加载后读取excel成功