示例代码 @Testpublic void testSaxImport() throws IOException, ParseException { File file = new File("E:\\project\\urge.xls"); //存放验证失败内容 List<CaseUrgeFullInfo> failList = new ArrayList<>(); //如果有验证失败项,记录失败原因 AtomicReference<String> msg = new AtomicReference<>(); //用于数据验证 InputStream inputStream = new FileInputStream(file)