就是用的時候傳進去一個實現類方法和excel名字,以前的硬盤丟了,謝謝大神!
(導入)(導出)
@Test
public void getCheckInPersonList(){
String filePath = new String("E:\2014年龍居山9月考勤.xls");
File file = new File(filePath);
if(file.exists()){
if(file.getName() != null){
String suffix = file.getName().substring(file.getName().lastIndexOf(".")+1);
if("xls".equals(suffix))
for (CheckInPersonBean p : readXLS(file)) {
System.out.println("ID:"+p.getId()+" 單位:"+p.getUnit()+" 姓名:"+p.getName()+"