Browse Source

excel/csv抓取test

wangggziwen 3 năm trước cách đây
mục cha
commit
cdb125e68a
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      src/main/java/io/renren/RenrenApplication.java

+ 0 - 3
src/main/java/io/renren/RenrenApplication.java

@@ -23,15 +23,12 @@ public class RenrenApplication {
         SpringApplication.run(RenrenApplication.class, args);
         System.out.println("==========数据抓取测试==========");
         DashboardDataPullUtils dashboardDataPullUtils = new DashboardDataPullUtils();
-        System.out.println("----------抓取csv数据----------");
         System.out.println("-> Sheet 1");
         dashboardDataPullUtils.getCsvData1();
         System.out.println("-> Sheet 2");
         dashboardDataPullUtils.getCsvData2();
         System.out.println("-> Sheet 3");
         dashboardDataPullUtils.getCsvData3();
-        System.out.println("----------抓取excel数据----------");
-        dashboardDataPullUtils.getExcelData(new TElecdashboardRealtimeEntity());
     }
 
 }