Skip to content

Instantly share code, notes, and snippets.

@MichaelArnoldOwens
Created May 1, 2015 22:05
Show Gist options
  • Save MichaelArnoldOwens/bcafbcabfaa0b0011f43 to your computer and use it in GitHub Desktop.
Save MichaelArnoldOwens/bcafbcabfaa0b0011f43 to your computer and use it in GitHub Desktop.
my_sheet.getRows(3, function(err,allSlots){
console.log(‘test’);
console.log(‘pulled ‘ + allSlots.length + ‘ rows’);
console.log(allSlots[0]);
console.log(allSlots[1]);
var title = _.each(allSlots,function(num){return num});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment