Example #1
0
  public static void main(String[] args) {

    System.setProperty("WORKDIR", System.getProperty("user.dir"));
    String filePath = System.getProperty("user.dir") + "//data//TestData.xlsx";
    PoiUtils poi = new PoiUtils(filePath);
    poi.traversalCell(filePath);
  }