for(List list : exceldata){for(String item : list){System.out.println(item);}}遍历所有数据 或者 exceldata.get(0).get(0)