1. 程式人生 > >使用POI匯入Excel資料到資料庫

使用POI匯入Excel資料到資料庫

 

從Excelpublic class ReadExcel     

思路:

1:把Excel導成List<Map<String, String>>的格式;

2:把List<Map<String, String>>中的Map轉成具體的Object,再放入一個List中,再批量擦入到資料庫。