xlsx-tables-to-json
v0.0.1
Published
It's a npm module to convert drawn table in excel sheet to json.
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 --saveGetting 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 testIt just convert drawn tables in sheets into json

Supported Format
- xlsx
- xls
- ods
- ots
- other sheet Formats
