Boa tarde, estou tentando executar o programa Java POI do curso de RPA e estou tomando o erro abaixo. Poderiam me ajudar?
linha 65 nomeSolicitante = sheetEntrada.getRow(3).getCell(2).getStringCellValue(); totalSolicitante = sheetEntrada.getRow(16).getCell(3).getNumericCellValue();
Exception in thread "main" java.lang.NullPointerException: Cannot invoke "org.apache.poi.xssf.usermodel.XSSFCell.getNumericCellValue()" because the return value of "org.apache.poi.xssf.usermodel.XSSFRow.getCell(int)" is null at Reembolsos.(Reembolsos.java:65) at Reembolsos.main(Reembolsos.java:20)
![]( )