Skip to content

Instantly share code, notes, and snippets.

@stephen-lazaro
Created October 4, 2018 18:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephen-lazaro/ebeafeba19ac13c9d573045953d2c357 to your computer and use it in GitHub Desktop.
Save stephen-lazaro/ebeafeba19ac13c9d573045953d2c357 to your computer and use it in GitHub Desktop.
def getId(row: Row): Int = try {
  row.getCell(0).toInt
} catch (e) {
  -1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment