Source/plt-web/plt-web-parent/plt-poi/src/main/java/com/vci/starter/poi/util/ExcelUtil.java
@@ -871,7 +871,7 @@ * @return 数据列表 * @throws VciBaseException 执行出错的时候会抛出异常 */ public static List<SheetDataSet> readDataObjectFromExcel(File file) throws VciBaseException { public static List<SheetDataSet> readDataObjectFromExcel(File file) throws VciBaseException { return readDataObjectFromExcel(file, SheetDataSet.class); }