An example is spreadsheet Workbook#getSheet(String name) -- which returns null if no sheet is found.
We could add a method Workbook#getOptionalSheet(String name) -- which returns an instance of java.util.Optional<Sheet>. Is this work worthwhile? I can probably add a few methods like this but probably don't have time to add lots of new methods. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
