wangting
2024-09-27 b3fb72072f550cb6dcbdbc2e65bce5d7b0a8e3b3
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);
   }