读取数据的时候要注意一定要判断是否为空

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