文件名称:google-drive-sheets:Google Sheets API包装器
文件大小:17KB
文件格式:ZIP
更新时间:2024-06-02 23:53:07
JavaScript
Google云端硬碟
重要说明:该软件包已不再维护。 我建议在查看Google的官方软件包。
一个简单的Node.js库,用于读取和处理Google Spreadsheets中的数据。
对于只读工作表,无需身份验证即可使用;对于添加/编辑/删除数据,无需身份验证即可使用。 支持基于列表的提要和基于单元的提要。
您可以找到有关Google Sheets API的更多信息。
安装
$ npm install --save google-drive-sheets
基本用法
var GoogleSheets = require ( 'google-drive-sheets' ) ;
// spreadsheet key is the long id in the sheets URL
var mySheet = new GoogleSheets ( '
【文件预览】:
google-drive-sheets-master
----.jshintrc(1KB)
----.gitignore(35B)
----.jscsrc(27B)
----package.json(1KB)
----.env.sample(135B)
----.travis.yml(215B)
----LICENSE(1KB)
----CHANGELOG.md(2KB)
----README.md(10KB)
----lib()
--------helpers.js(1KB)
--------index.js(8KB)
--------spreadsheet()
--------auth.js(2KB)
----.npmignore(42B)
----test()
--------test.js(5KB)
----.editorconfig(167B)