hubot-google-spreadsheet 是一个可以让 Hubot 在 谷歌电子表格 中编辑工作表的脚本。
安装方法:
- 使用 npm 安装:
```
$ npm install https://github.com/bouzuya/hubot-google-spreadsheet/archive/master.tar.gz
```
或者指定版本安装:
```
$ npm install https://github.com/bouzuya/hubot-google-spreadsheet/archive/{VERSION}.tar.gz
```
使用示例:
- bouzuya> hubot google sheet R1
hubot> R1C1: A1 R1C2: B1 R1C3: C1
- bouzuya> hubot google sheet C1
hubot> R1C1: A1 R2C1: A2 R3C1: C1
暂无评论