java實現讀取excel或者txt文件,導入MongoDB數據庫

在工作中經常遇到讀取的文件的問題,於是做了一個小總結。 1.Excel表格內容如下 2.創建main主類 public static void main(String[] args) throws Exception {         ReadExcel read = new ReadExcel();         File file = new File("D:/test/c.xls");
相關文章
相關標籤/搜索