hubot-google-sheetsu
A hubot script that allows you to connect to and consume a Google Spreadsheet.
See src/google-sheetsu.coffee
for full documentation.
Installation
In hubot project repo, run:
npm install hubot-google-sheetsu --save
Then add hubot-google-sheetsu to your external-scripts.json
:
Sample Interaction
user1>> hubot sheetsu cell B 5
hubot>> "Alan Turing"
License
Copyright (c) 2016 Himank Yadav. Released under the MIT License. See LICENSE.md for details.