The method `StreamingWorkbook.getSheet(String)` throws a `MissingSheetException` instead of returning `null` as specified in [`Workbook.getSheet(String)`](http://poi.apache.org/apidocs/5.0/org/apache/poi/ss/usermodel/Workbook.html#getSheet-java.lang.String-): > **Returns:** > Sheet with the name provided or null if it does not exist