row.getCell(1) == null ? "":PoiUtil.getValue(row.getCell(1))
读取数据的时候要注意一定要判断是否为空,否则会出现无缘无故的错误现象
转载于:https://www.cnblogs.com/dhrwawa/p/10875330.html
row.getCell(1) == null ? "":PoiUtil.getValue(row.getCell(1))
读取数据的时候要注意一定要判断是否为空,否则会出现无缘无故的错误现象
转载于:https://www.cnblogs.com/dhrwawa/p/10875330.html