ludc
2024-09-14 36c2449aec5b51e5ed4e5c6841154b746060e09a
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);
   }