1.2.0 • Published 6 years ago

google-excel v1.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

google-excel,扩展excel-tobe-json以支持谷歌在线表格

安装:

  • npm install google-excel --save

给excel-tobe-json扩展,使用方式:

var excelTobeJson = require('excel-tobe-json');
// 扩展excel-to-json,支持解谷歌在线表格
excelTobeJson.extendOnlineExcel(require('google-excel'))
// 后续使用同excel-tobe-json,用法无任何差异。原先excel地址也可支持谷歌在线表格。

如果只想单独使用

var parseGoogleExcel = require('google-excel')[1]

parseGoogleExcel('https://docs.google.com/spreadsheets/d/1t9EOu_NxgidGel-tX5mW3gC3gqxZatqwjz-pCeGhYw4/edit#gid=0',function(data){
    // data为解析出来的二维数组数据。
})
1.2.0

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago