xlsx-tables-to-json
v0.0.1
Published
It's a npm module to convert drawn table in excel sheet to json.
Downloads
1
Readme
xlsx-to-json
It's a npm module to convert drawn table in excel sheet to json.
Installation
npm install xlsx-tables-to-json --save
Getting started
var conv_data = require('xlsx-tables-to-json')('_path');
---or---
var xtj = require('xlsx-tables-to-json');
var json_data = xtj('_path');
Run Example
npm test
It just convert drawn tables in sheets into json
Supported Format
- xlsx
- xls
- ods
- ots
- other sheet Formats