田源
2024-09-20 51542c2d2272cfe19db8e7dbc07cccc1c448d22a
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);
   }