Skip to content

Instantly share code, notes, and snippets.

@mu-777
Created June 30, 2015 18:39
Show Gist options
  • Save mu-777/46fe0af3b5bf695a46e6 to your computer and use it in GitHub Desktop.
Save mu-777/46fe0af3b5bf695a46e6 to your computer and use it in GitHub Desktop.
range.getValues().forEach(function(arr, idx, mat){
if(arr[0] == ''){
range.splice(idx);
} else {
retNameDict[arr[0]] = {name: arr[1], mailAddress: arr[2]};
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment