Skip to content

Instantly share code, notes, and snippets.

@pachadotdev
Created May 18, 2018 19:41
Show Gist options
  • Save pachadotdev/ece0a4fc67f144939ee1fb37dc3c7afe to your computer and use it in GitHub Desktop.
Save pachadotdev/ece0a4fc67f144939ee1fb37dc3c7afe to your computer and use it in GitHub Desktop.
extract cells background color
function getHexValue(range) {
return SpreadsheetApp.getActive().getRange(range).getBackground();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment