row.getCell()獲取單元格爲null,空指針異常

if(row.getCell(j+3) == null){ row.createCell(j+3).setCellValue(new HSSFRichTextString(String.valueOf(resultList.get(j)))); }else { row.getCell(j+3).setCellValue(new HSSFRichTextString(String.v
相關文章
相關標籤/搜索