Skip to content

Instantly share code, notes, and snippets.

@maxmanders
Created October 4, 2013 08:48
Show Gist options
  • Save maxmanders/6822928 to your computer and use it in GitHub Desktop.
Save maxmanders/6822928 to your computer and use it in GitHub Desktop.
sheet_number = if spreadsheet.worksheets.length == 1
0
else
sheet_number = spreadsheet.worksheets.length - 1
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment