打開網(wǎng)絡(luò)地址獲取文件流
InputStream inputStream =new URL(importFileUrl).openStream();
通過(guò)setCellType將單元格類型設(shè)置為字符串
cell.setCellType(CellType.STRING);
InputStream inputStream =new URL(importFileUrl).openStream();
cell.setCellType(CellType.STRING);