POI實現Excel導入Cannot get a text value from a numeric cell

場景 使用POI實現Excel導入時提示: Cannot get a text value from a numeric cell 解決 Excel數據Cell有不同的數據類型,從一個數字類型的Cell讀取出一個字符串並寫入數據庫時,就會出現Cannot get a text value from a numeric cell的異常錯誤。 添加此行代碼: row1.getCell(1).setCe
相關文章
相關標籤/搜索